summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-11 12:10:19 -0600
committerCase Duckworth2021-03-11 12:10:19 -0600
commit6ba0cf06eb6b9cd2ea1dec3ca3e3b44e2d54c5b5 (patch)
treedc28047ad32b222f7e72f82991ab9ca3c320105b /init.el
parentInstall `orderless' (diff)
downloademacs-6ba0cf06eb6b9cd2ea1dec3ca3e3b44e2d54c5b5.tar.gz
emacs-6ba0cf06eb6b9cd2ea1dec3ca3e3b44e2d54c5b5.zip
Install `minions'
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index 6e30e48..0f818c9 100644 --- a/init.el +++ b/init.el
@@ -297,6 +297,10 @@
297 (acdw/set-face face 297 (acdw/set-face face
298 `((t (:inherit (fixed-pitch bold)))))))) 298 `((t (:inherit (fixed-pitch bold))))))))
299 299
300;; Minions
301(acdw/pkg minions
302 :now ((minions-mode +1)))
303
300;;; Magit 304;;; Magit
301 305
302(acdw/pkg magit 306(acdw/pkg magit