- Install using your favorite package manager. It’s not published yet, you’d have to grab it directly from the repo.
- Use it:
M-x wiktionary-bro-dwim
<TAB>
to collapse/expand sections
packages.el
:
(package! wiktionary-bro
:recipe (:host github :repo "agzam/wiktionary-bro.el"))
config.el
:
(use-package! wiktionary-bro
:commands (wiktionary-bro-dwim)
:config
(map! :leader
:desc "Wiktionary"
"xlw" #'wiktionary-bro-dwim))