summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--dictionary.el
blob: c46fe7b1ca35f3c9bad52528af0d087a209ad0a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;;; -*- lexical-binding: t; -*-
;;; Commentary:
;;; Code:


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


(provide 'bd--dictionary)
;;; bd-dictionary ends here