diff options
-rw-r--r-- | completion.org | 2 | ||||
-rw-r--r-- | init.org | 3 | ||||
-rw-r--r-- | lib/net/jao-notmuch.el | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/completion.org b/completion.org index 99524fd..b1c357e 100644 --- a/completion.org +++ b/completion.org @@ -263,7 +263,7 @@ embark-mixed-indicator-both nil embark-verbose-indicator-excluded-commands '(embark-become embark-export embark-collect) - embark-verbose-indicator-nested nil + embark-verbose-indicator-nested t embark-verbose-indicator-display-action '((display-buffer-at-bottom) (window-parameters (mode-line-format . none)) @@ -448,7 +448,8 @@ (setq jao-exwm-enabled-p t) (display-time-mode -1) (exwm-enable) - (jao-trisect t)) + (jao-trisect t) + (jao-minibuffer-adjust-mode-line-faces)) #+end_src *** sway When starting emacs inside a sway session, we use ~-f diff --git a/lib/net/jao-notmuch.el b/lib/net/jao-notmuch.el index 8d88b4b..5aad002 100644 --- a/lib/net/jao-notmuch.el +++ b/lib/net/jao-notmuch.el @@ -377,7 +377,7 @@ (jao-notmuch-tree-next whole-thread t)) (defun jao-notmuch-tree-delete-message (undelete) - (interactive "p") + (interactive "P") (jao-notmuch-tree--tag-and-next '("+deleted" "-new" "-unread") undelete nil)) (defun jao-notmuch-tree-delete-thread () |