summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-08 18:00:13 -0600
committerCase Duckworth2021-03-08 18:00:13 -0600
commit767497ece4b06f12ad04b40131aeee57bcbc6bd4 (patch)
treee3087804f5702192eb5aad5aaeb5f992af072f23 /init.el
parentAdd functions (diff)
downloademacs-767497ece4b06f12ad04b40131aeee57bcbc6bd4.tar.gz
emacs-767497ece4b06f12ad04b40131aeee57bcbc6bd4.zip
Almost finished with `acdw/pkg'
Still some bugs to squash.
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 4998f47..80a60da 100644 --- a/init.el +++ b/init.el
@@ -96,4 +96,4 @@
96(add-hook 'overwrite-mode-hook #'hook--overwrite-mode-change-cursor) 96(add-hook 'overwrite-mode-hook #'hook--overwrite-mode-change-cursor)
97 97
98;; Bindings 98;; Bindings
99(acdw/bind "C-h" 'ehelp-command :autoload ("ehelp" nil nil 'keymap)) 99(acdw/bind "C-h" 'ehelp-command :after ("ehelp" nil nil 'keymap))