summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--dictionary.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/modules/bd--dictionary.el')
-rw-r--r--.config/emacs/modules/bd--dictionary.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/emacs/modules/bd--dictionary.el b/.config/emacs/modules/bd--dictionary.el
new file mode 100644
index 0000000..35c93ca
--- /dev/null
+++ b/.config/emacs/modules/bd--dictionary.el
@@ -0,0 +1,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)