diff options
| -rw-r--r-- | emacs/.config/emacs/arkta/arkta-cosmetic.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.config/emacs/arkta/arkta-cosmetic.el b/emacs/.config/emacs/arkta/arkta-cosmetic.el index 05775a0..65f99dc 100644 --- a/emacs/.config/emacs/arkta/arkta-cosmetic.el +++ b/emacs/.config/emacs/arkta/arkta-cosmetic.el | |||
| @@ -111,7 +111,7 @@ | |||
| 111 | (modus-themes-bold-constructs t) | 111 | (modus-themes-bold-constructs t) |
| 112 | (modus-themes-italic-constructs t) | 112 | (modus-themes-italic-constructs t) |
| 113 | (modus-themes-variable-pitch-ui t) | 113 | (modus-themes-variable-pitch-ui t) |
| 114 | ;; TODO: modus-themes-mixed-fonts | 114 | (modus-themes-mixed-fonts t) |
| 115 | :config | 115 | :config |
| 116 | (modus-themes-load-theme 'modus-operandi)) | 116 | (modus-themes-load-theme 'modus-operandi)) |
| 117 | 117 | ||