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.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--dictionary.el b/.config/emacs/modules/bd--dictionary.el
index 35c93ca..c46fe7b 100644
--- a/.config/emacs/modules/bd--dictionary.el
+++ b/.config/emacs/modules/bd--dictionary.el
@@ -1,4 +1,6 @@
-;; -*- lexical-binding: t; -*-
+;;; -*- lexical-binding: t; -*-
+;;; Commentary:
+;;; Code:
(keymap-global-set "C-c i" 'dictionary-lookup-definition)
@@ -7,3 +9,4 @@
(provide 'bd--dictionary)
+;;; bd-dictionary ends here