diff options
author | Case Duckworth | 2021-03-14 19:19:17 -0500 |
---|---|---|
committer | Case Duckworth | 2021-03-14 19:19:17 -0500 |
commit | 9128a6abedd096965e6b5993fafb88afb287100d (patch) | |
tree | 83de9cd5de25fbaaf20829fc6a2a68400801e771 | |
parent | Add `racket-mode' (diff) | |
download | emacs-9128a6abedd096965e6b5993fafb88afb287100d.tar.gz emacs-9128a6abedd096965e6b5993fafb88afb287100d.zip |
Turn `font-lock-mode' off
-rw-r--r-- | init.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el index 58ca9ad..3e5210e 100644 --- a/init.el +++ b/init.el | |||
@@ -286,7 +286,9 @@ | |||
286 | (modus-themes-scale-headings nil) | 286 | (modus-themes-scale-headings nil) |
287 | (modus-themes-mode-line nil)) | 287 | (modus-themes-mode-line nil)) |
288 | :now ((acdw/sunrise-sunset #'modus-themes-load-operandi | 288 | :now ((acdw/sunrise-sunset #'modus-themes-load-operandi |
289 | #'modus-themes-load-vivendi))) | 289 | #'modus-themes-load-vivendi) |
290 | ;; for june | ||
291 | (global-font-lock-mode -1))) | ||
290 | 292 | ||
291 | ;; Expand-region | 293 | ;; Expand-region |
292 | (acdw/pkg expand-region | 294 | (acdw/pkg expand-region |