summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-11 17:59:44 -0600
committerCase Duckworth2021-03-11 17:59:44 -0600
commitf645e91fd2d781556a5e0a64ef664169d26d1fa7 (patch)
tree8247fe1b1d6cb8984c532d0332e7505913d98472 /init.el
parentRemove M-g M-g consult bindings (diff)
downloademacs-f645e91fd2d781556a5e0a64ef664169d26d1fa7.tar.gz
emacs-f645e91fd2d781556a5e0a64ef664169d26d1fa7.zip
Install `simple-modeline'
Diffstat (limited to 'init.el')
-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