summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-06-08 17:54:13 +0100
committerjao <jao@gnu.org>2022-06-08 17:54:31 +0100
commit86094ccc4254a6203268ec09c9366595ac47bb55 (patch)
treef464f1580a4496aeca46a25b7af4ae5165884be9
parent434a23285ee71c59413404c6ce1dbf97a061af64 (diff)
downloadelibs-86094ccc4254a6203268ec09c9366595ac47bb55.tar.gz
elibs-86094ccc4254a6203268ec09c9366595ac47bb55.tar.bz2
nits
-rw-r--r--custom/jao-custom-completion.el2
-rw-r--r--custom/jao-custom-notmuch.el4
-rw-r--r--init.el4
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))
diff --git a/init.el b/init.el
index f1772b5..1504d4a 100644
--- a/init.el
+++ b/init.el
@@ -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))