From ac3a305826507d76f81ba0ac43e7c9c6301adc9a Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 22 Oct 2023 05:03:10 +0100 Subject: (Emacs)+sly bindings and some other stuff --- Emacs/.config/emacs/config.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Emacs/.config/emacs/config.org') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 9a01969..5d62ac2 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -1474,6 +1474,7 @@ learnt the basics of org). #+begin_src emacs-lisp (use-package org-msg :hook (message-mode-hook . org-msg-mode) + :hook (notmuch-message-mode-hook . org-msg-mode) :config (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) @@ -2112,7 +2113,8 @@ development on Emacs. "c" #'sly-compile-file "a" #'sly-apropos "d" #'sly-describe-symbol - "D" #'sly-mrepl-sync + "D" #'sly-documentation-lookup + "S" #'sly-mrepl-sync "E" #'sly-eval-defun) (local-leader :keymaps 'lisp-mode-map -- cgit v1.2.3-13-gbd6f