aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init')
-rw-r--r--emacs/.emacs.d/init/ycp-complete.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init/ycp-complete.el b/emacs/.emacs.d/init/ycp-complete.el
index dec3ae3..1c9e7ef 100644
--- a/emacs/.emacs.d/init/ycp-complete.el
+++ b/emacs/.emacs.d/init/ycp-complete.el
@@ -272,7 +272,8 @@
(my-package hmm
(:delay 60)
- (my-setq-from-local hmm-web-search-engines)
+ (my-read-local-config)
+ (my-setq-from-local hmm-web-search-engines hmm-transformers hmm-handlers)
(require 'my-net)
(setq hmm-web-browsers
'((:name eww :command eww)
@@ -283,7 +284,6 @@
(:name mullvad-browser :command my-browse-url-mullvad)
(:name qutebrowser :command my-browse-url-qutebrowser)
(:name download-and-open :command my-fetch-url)))
- (my-setq-from-local hmm-handlers)
(setq hmm-external-handlers
'((:name mpv
:external-command "mpv %U"