Skip to content

agzam/wiktionary-bro.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Browse Wiktionary entries in Emacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published