summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index a46ad65..9a048a8 100644 --- a/init.el +++ b/init.el
@@ -258,6 +258,9 @@
258(when (require 'imenu) 258(when (require 'imenu)
259 (acdw/set '((imenu-auto-rescan t)))) 259 (acdw/set '((imenu-auto-rescan t))))
260 260
261;; Fonts
262(acdw/set-faces ((fixed-pitch . ((t (:inherit default))))))
263
261;;; Packages 264;;; Packages
262 265
263;; Undo-fu 266;; Undo-fu