emacs: add describe-word alias and keybind

This commit is contained in:
Jeremy Baxter 2024-05-26 16:08:40 +12:00
parent a589a771e1
commit 1b26366d64

View file

@ -38,6 +38,9 @@ One will be created if none exist."
(find-file user-init-file))
(global-set-key (kbd "C-c e i") 'edit-init-file)
(defalias 'describe-word 'dictionary-search)
(global-set-key (kbd "C-h w") 'describe-word)
;; variables
(setq compilation-scroll-output t ; M-x compile
dictionary-server "dict.org" ; M-x dictionary-search