From 1866ce5fc8eb8b3c4f013744ebc6efdf82f50ebd Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 21 Aug 2023 22:42:11 +1000 Subject: Adding functions for hmm transformers. my-cgit- functions that outputs url for revision id, branches, and files. Also updating the my-github- functions accordingly --- emacs/.emacs.d/init/ycp-complete.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs/.emacs.d/init') 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" -- cgit v1.2.3