Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 632 Bytes

readme.org

File metadata and controls

25 lines (22 loc) · 632 Bytes

Lookup Wiktionary entries a bit more conveniently.

Usage

  • 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

Example configuration

Doom Emacs

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))