Add kbd-mode for editing kmonad config files
This commit is contained in:
parent
f40eacdb34
commit
9ecb15d04f
|
@ -522,6 +522,10 @@ manually with something like this:
|
||||||
:after (embark consult)
|
:after (embark consult)
|
||||||
:hook (embark-collect-mode . consult-preview-at-point-mode))
|
: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")
|
(setq sendmail-program (executable-find "msmtp")
|
||||||
send-mail-function #'smtpmail-send-it
|
send-mail-function #'smtpmail-send-it
|
||||||
message-sendmail-f-is-evil t
|
message-sendmail-f-is-evil t
|
||||||
|
|
|
@ -608,7 +608,13 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
||||||
:after (embark consult)
|
:after (embark consult)
|
||||||
:hook (embark-collect-mode . consult-preview-at-point-mode))
|
:hook (embark-collect-mode . consult-preview-at-point-mode))
|
||||||
#+end_src
|
#+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
|
* Internet
|
||||||
** Email
|
** Email
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue