From 1ced565816120bfcc351daf9fc3a4e851162e3b7 Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 10 Jan 2024 19:44:21 -0700 Subject: Initial commit of new repository structure --- .config/emacs/modules/bd--dictionary.el | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config/emacs/modules/bd--dictionary.el (limited to '.config/emacs/modules/bd--dictionary.el') 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) -- cgit v1.2.3