summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--dictionary.el
blob: 35c93ca6a5153bf8569bfad31fedd22d25ed00c8 (plain)
1
2
3
4
5
6
7
8
9
;; -*- lexical-binding: t; -*-


(keymap-global-set "C-c i" 'dictionary-lookup-definition)
(setopt dictionary-server "localhost"
        dictionary-use-single-buffer t)


(provide 'bd--dictionary)