(Emacs/config)~le-thesaurus -> powerthesaurus
le-thesaurus stopped working, so here's a different one. Already has a transient which maps to exactly the binds I was using with le-thesaurus.
This commit is contained in:
@@ -2333,27 +2333,14 @@ context and easier to use.
|
|||||||
(sp-local-pair sp-lisp-modes "(" ")" :unless '(:rem sp-point-before-same-p))
|
(sp-local-pair sp-lisp-modes "(" ")" :unless '(:rem sp-point-before-same-p))
|
||||||
(require 'smartparens-config))
|
(require 'smartparens-config))
|
||||||
#+end_src
|
#+end_src
|
||||||
** Thesaurus
|
** Powerthesaurus
|
||||||
=le-thesaurus= is a great extension for quickly searching up words for
|
Modern package for thesaurus in Emacs with a transient + hydra.
|
||||||
synonyms or antonyms. I may need it anywhere so I bind it to all
|
|
||||||
keymaps. Same with dictionary searching.
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package le-thesaurus
|
(use-package powerthesaurus
|
||||||
:straight t
|
:straight t
|
||||||
:defer t
|
|
||||||
:display
|
|
||||||
("\\*Dictionary\\*"
|
|
||||||
(display-buffer-reuse-window display-buffer-same-window)
|
|
||||||
(reusable-frames . t))
|
|
||||||
:init
|
|
||||||
(setq dictionary-server "dict.org")
|
|
||||||
:general
|
:general
|
||||||
(search-leader
|
(search-leader
|
||||||
:infix "w"
|
"w" #'powerthesaurus-transient))
|
||||||
"s" #'le-thesaurus-get-synonyms
|
|
||||||
"a" #'le-thesaurus-get-antonyms
|
|
||||||
"d" #'dictionary-search))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
* Programming packages
|
* Programming packages
|
||||||
Packages that help with programming in general, providing IDE like
|
Packages that help with programming in general, providing IDE like
|
||||||
|
|||||||
Reference in New Issue
Block a user