summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-14 19:19:17 -0500
committerCase Duckworth2021-03-14 19:19:17 -0500
commit9128a6abedd096965e6b5993fafb88afb287100d (patch)
tree83de9cd5de25fbaaf20829fc6a2a68400801e771 /init.el
parentAdd `racket-mode' (diff)
downloademacs-9128a6abedd096965e6b5993fafb88afb287100d.tar.gz
emacs-9128a6abedd096965e6b5993fafb88afb287100d.zip
Turn `font-lock-mode' off
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
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