(Emacs)+sly bindings and some other stuff
This commit is contained in:
@@ -1474,6 +1474,7 @@ learnt the basics of org).
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package org-msg
|
(use-package org-msg
|
||||||
:hook (message-mode-hook . org-msg-mode)
|
:hook (message-mode-hook . org-msg-mode)
|
||||||
|
:hook (notmuch-message-mode-hook . org-msg-mode)
|
||||||
:config
|
:config
|
||||||
(setq org-msg-options "html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil \\n:t tex:dvipng"
|
(setq org-msg-options "html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil \\n:t tex:dvipng"
|
||||||
org-msg-greeting-name-limit 3)
|
org-msg-greeting-name-limit 3)
|
||||||
@@ -2112,7 +2113,8 @@ development on Emacs.
|
|||||||
"c" #'sly-compile-file
|
"c" #'sly-compile-file
|
||||||
"a" #'sly-apropos
|
"a" #'sly-apropos
|
||||||
"d" #'sly-describe-symbol
|
"d" #'sly-describe-symbol
|
||||||
"D" #'sly-mrepl-sync
|
"D" #'sly-documentation-lookup
|
||||||
|
"S" #'sly-mrepl-sync
|
||||||
"E" #'sly-eval-defun)
|
"E" #'sly-eval-defun)
|
||||||
(local-leader
|
(local-leader
|
||||||
:keymaps 'lisp-mode-map
|
:keymaps 'lisp-mode-map
|
||||||
|
|||||||
Reference in New Issue
Block a user