diff options
Diffstat (limited to 'init.org')
-rw-r--r-- | init.org | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2684,7 +2684,9 @@ (jao-shorten-modes 'slack-message-buffer-mode 'slack-thread-message-buffer-mode) - (jao-tracking-faces 'warning)) + (jao-tracking-faces 'warning) + + (jao-define-attached-buffer "\\*Slack .+ Edit Message [0-9].+" 20)) #+end_src *** telegram #+begin_src emacs-lisp @@ -2927,7 +2929,7 @@ (global-map "s-w" :color blue :quit-key "q") ("Notes" (("n" jao-org-notes-open-or-create "capture note") - ("N" jao-org-notes-open "go to note")) + ("/" jao-org-notes-open "search notes")) "Docs" (("d" (jao-buffer-same-mode '(pdf-view-mode docview-mode) #'jao-afio--goto-docs) |