summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-16 11:15:59 -0500
committerCase Duckworth2021-03-16 11:15:59 -0500
commita84730b0d0bb124286cc51c7e3c2d516e7a5ef88 (patch)
treec4151d77f83f0f764ca5b2c0e24e3e8946524da9 /init.el
parentMerge branch 'main' of https://tildegit.org/acdw/emacs into 5c (diff)
downloademacs-a84730b0d0bb124286cc51c7e3c2d516e7a5ef88.tar.gz
emacs-a84730b0d0bb124286cc51c7e3c2d516e7a5ef88.zip
Turn back on `global-font-lock-mode'
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/init.el b/init.el index d0b6f6a..b8b2a45 100644 --- a/init.el +++ b/init.el
@@ -286,9 +286,7 @@
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)))
292 290
293;; Expand-region 291;; Expand-region
294(acdw/pkg expand-region 292(acdw/pkg expand-region