From 78b83125d08b974e9025f2a2c51f485235ea5d91 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 23 Oct 2021 20:34:47 +0100 Subject: oops --- completion.org | 2 +- init.org | 3 ++- 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)) diff --git a/init.org b/init.org index a5ac84a..7eed54f 100644 --- a/init.org +++ b/init.org @@ -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 () -- cgit v1.2.3