From af68a8f84bb9547e12897cd8e8a69747aeec2ad7 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 13 Aug 2021 19:58:12 +0100 Subject: nits --- exwm.org | 2 +- init.org | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/exwm.org b/exwm.org index d28b740..83496c9 100644 --- a/exwm.org +++ b/exwm.org @@ -457,7 +457,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") ("d" jao-exwm-select-pdf "go to doc") ("D" jao-open-doc "open to doc")) "Packages" diff --git a/init.org b/init.org index ccd0564..f79c581 100644 --- a/init.org +++ b/init.org @@ -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) -- cgit v1.2.3