summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-25 23:06:18 -0500
committerCase Duckworth2021-08-25 23:06:18 -0500
commit0507910bf8f3a4f9c9090d58833aa325c4a9d6a4 (patch)
tree0029dda7ff6fce4e310697a3fd380c6be57990d6 /init.el
parentFix bug with disabled-command-function (diff)
downloademacs-0507910bf8f3a4f9c9090d58833aa325c4a9d6a4.tar.gz
emacs-0507910bf8f3a4f9c9090d58833aa325c4a9d6a4.zip
Fix ace-link loading bug
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 60184dd..799e1db 100644 --- a/init.el +++ b/init.el
@@ -1011,6 +1011,7 @@ like a dumbass."
1011 (dired-async-mode +1)) 1011 (dired-async-mode +1))
1012 1012
1013(setup (:straight ace-link) 1013(setup (:straight ace-link)
1014 (autoload 'org-element-lineage "org-element")
1014 (ace-link-setup-default) 1015 (ace-link-setup-default)
1015 (define-key erc-mode-map (kbd "C-o") #'ace-link)) 1016 (define-key erc-mode-map (kbd "C-o") #'ace-link))
1016 1017