Add powerthesaurus.el

master
Jacopo De Simoi 3 years ago
parent cc3299d8f1
commit 47d4d1fec3
  1. 3
      .gitmodules
  2. 1
      emacs-powerthesaurus
  3. 6
      global.org

3
.gitmodules vendored

@ -139,3 +139,6 @@
[submodule "explain-pause-mode"] [submodule "explain-pause-mode"]
path = explain-pause-mode path = explain-pause-mode
url = https://github.com/lastquestion/explain-pause-mode url = https://github.com/lastquestion/explain-pause-mode
[submodule "emacs-powerthesaurus"]
path = emacs-powerthesaurus
url = https://github.com/SavchenkoValeriy/emacs-powerthesaurus

@ -0,0 +1 @@
Subproject commit 4b97797cf789aaba411c61a85fe23474ebc5bedc

@ -2443,6 +2443,12 @@
#+end_src #+end_src
* Specialties * Specialties
** powerthesaurus
#+begin_src emacs-lisp
(require 'powerthesaurus)
(global-set-key (kbd "C-<f14>") #'powerthesaurus-hydra/body)
#+end_src
** beacon ** beacon
=beacon= is a package that helps finding the point when switching =beacon= is a package that helps finding the point when switching
buffers. I like the idea but the aesthetics is a bit baroque. I buffers. I like the idea but the aesthetics is a bit baroque. I

Loading…
Cancel
Save