diff --git a/.gitmodules b/.gitmodules index d2adb1b..b82d92b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -139,3 +139,6 @@ [submodule "explain-pause-mode"] path = explain-pause-mode url = https://github.com/lastquestion/explain-pause-mode +[submodule "emacs-powerthesaurus"] + path = emacs-powerthesaurus + url = https://github.com/SavchenkoValeriy/emacs-powerthesaurus diff --git a/emacs-powerthesaurus b/emacs-powerthesaurus new file mode 160000 index 0000000..4b97797 --- /dev/null +++ b/emacs-powerthesaurus @@ -0,0 +1 @@ +Subproject commit 4b97797cf789aaba411c61a85fe23474ebc5bedc diff --git a/global.org b/global.org index 24be21e..13e9e08 100644 --- a/global.org +++ b/global.org @@ -2443,6 +2443,12 @@ #+end_src * Specialties +** powerthesaurus + #+begin_src emacs-lisp + (require 'powerthesaurus) + (global-set-key (kbd "C-") #'powerthesaurus-hydra/body) + #+end_src + ** beacon =beacon= is a package that helps finding the point when switching buffers. I like the idea but the aesthetics is a bit baroque. I