aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-08-21 22:42:11 +1000
committerYuchen Pei <id@ypei.org>2023-08-21 22:42:11 +1000
commit1866ce5fc8eb8b3c4f013744ebc6efdf82f50ebd (patch)
treee7420d08faa288413b53a171b5a3d69ed94b00ec /emacs/.emacs.d/init
parenta85512627f27a6595a6646ba0cdd7dc390b9d6a9 (diff)
Adding functions for hmm transformers.
my-cgit- functions that outputs url for revision id, branches, and files. Also updating the my-github- functions accordingly
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"