summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.el b/init.el index 6a3f23d..3b970f5 100644 --- a/init.el +++ b/init.el
@@ -296,10 +296,16 @@
296 (acdw/set-face face 296 (acdw/set-face face
297 `((t (:inherit (fixed-pitch bold)))))))) 297 `((t (:inherit (fixed-pitch bold))))))))
298 298
299;;; Mode line
300
299;; Minions 301;; Minions
300(acdw/pkg minions 302(acdw/pkg minions
301 :now ((minions-mode +1))) 303 :now ((minions-mode +1)))
302 304
305;; Simple mode line
306(acdw/pkg simple-modeline
307 :now ((simple-modeline-mode +1)))
308
303;;; Magit 309;;; Magit
304 310
305(acdw/pkg magit 311(acdw/pkg magit