diff options
author | Case Duckworth | 2021-08-25 23:06:18 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-25 23:06:18 -0500 |
commit | 0507910bf8f3a4f9c9090d58833aa325c4a9d6a4 (patch) | |
tree | 0029dda7ff6fce4e310697a3fd380c6be57990d6 | |
parent | Fix bug with disabled-command-function (diff) | |
download | emacs-0507910bf8f3a4f9c9090d58833aa325c4a9d6a4.tar.gz emacs-0507910bf8f3a4f9c9090d58833aa325c4a9d6a4.zip |
Fix ace-link loading bug
-rw-r--r-- | init.el | 1 |
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 | ||