diff options
-rw-r--r-- | custom/jao-custom-completion.el | 2 | ||||
-rw-r--r-- | custom/jao-custom-notmuch.el | 4 | ||||
-rw-r--r-- | init.el | 4 |
3 files changed, 8 insertions, 2 deletions
diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el index a0efbb1..e4ad154 100644 --- a/custom/jao-custom-completion.el +++ b/custom/jao-custom-completion.el @@ -241,7 +241,7 @@ (when (and aframe key) (add-to-list 'jao-consult-narrow (cons aframe key)))) -;;;; narrowing chats +;;;; consult: narrowing to chat buffers (defvar jao-chat-buffer-source (list :name "chats" :category 'buffer diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 28da05f..c4bfb6f 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -559,7 +559,9 @@ (jao-notmuch--add-tags '("+trove"))) (when (y-or-n-p "Flag message as todo? ") (jao-notmuch--add-tags '("+flagged"))) - (org-store-link-props "notmuch" link description))) + (org-store-link-props :type "notmuch" + :link link + :description description))) (notmuch-search-mode ;; Store link to the thread on the current line (let* ((id (notmuch-search-find-thread-id)) @@ -338,6 +338,7 @@ ;;; Help system ;;;; Help buffers and shortcuts (setq help-window-select t + help-window-keep-selected nil help-link-key-to-documentation t) (use-package find-func @@ -425,6 +426,8 @@ (when jao-xmonad-enabled (add-hook 'after-init-hook #'jao-xmonad-enable t)) +;;;; sway +(defvar jao-sway-enabled nil) ;;;; wallpaper (defvar jao-wallpaper-dir "~/.wallpapers/") @@ -537,6 +540,7 @@ (jao-xmobar-kill) (start-process "" nil "xmobar-exwm" "-d")) + ;;; Minibuffer (defvar jao-modeline-in-minibuffer (and window-system t)) |