summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-04-12 13:17:42 -0500
committerCase Duckworth2022-04-12 13:17:42 -0500
commit6068ebf4578c36f770fae7aef93b99b1eae406dc (patch)
treef5d36deeb0844cebac8f70a5d4cabf0d3c0bc466 /init.el
parentChange auto-fill rules (diff)
downloademacs-6068ebf4578c36f770fae7aef93b99b1eae406dc.tar.gz
emacs-6068ebf4578c36f770fae7aef93b99b1eae406dc.zip
Require '_work
Might still need some ... work
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 61b20d7..992d8d6 100644 --- a/init.el +++ b/init.el
@@ -124,6 +124,10 @@
124(setup +key 124(setup +key
125 (+ensure-after-init #'+key-global-mode)) 125 (+ensure-after-init #'+key-global-mode))
126 126
127;;(setup _work
128;; (+with-ensure-after-init
129;; (require '_work)))
130
127(setup abbrev 131(setup abbrev
128 (:option abbrev-file-name (sync/ "abbrev.el") 132 (:option abbrev-file-name (sync/ "abbrev.el")
129 save-abbrevs 'silent) 133 save-abbrevs 'silent)