about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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