Add kbd-mode for editing kmonad config files

This commit is contained in:
Evie Litherland-Smith 2023-11-10 16:24:16 +00:00
parent f40eacdb34
commit 9ecb15d04f
2 changed files with 11 additions and 1 deletions

View file

@ -522,6 +522,10 @@ manually with something like this:
:after (embark consult)
:hook (embark-collect-mode . consult-preview-at-point-mode))
(package-vc-install
'(kbd-mode . (:url "https://github.com/kmonad/kbd-mode")))
(use-package kbd-mode)
(setq sendmail-program (executable-find "msmtp")
send-mail-function #'smtpmail-send-it
message-sendmail-f-is-evil t

View file

@ -608,7 +608,13 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
:after (embark consult)
:hook (embark-collect-mode . consult-preview-at-point-mode))
#+end_src
** Language-specific settings
*** kmonad
#+begin_src emacs-lisp
(package-vc-install
'(kbd-mode . (:url "https://github.com/kmonad/kbd-mode")))
(use-package kbd-mode)
#+end_src
* Internet
** Email
#+BEGIN_SRC emacs-lisp