diff options
-rw-r--r-- | init.org | 3 | ||||
-rw-r--r-- | lib/eos/jao-minibuffer.el | 6 | ||||
-rw-r--r-- | notmuch.org | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -480,6 +480,7 @@ (setq jao-exwm-enabled t) (display-time-mode -1) (exwm-enable) + (x-change-window-property "_XMONAD_TRAYPAD" "" nil nil nil nil 0) (jao-trisect t)) #+end_src *** sway @@ -2104,7 +2105,7 @@ (eldoc-mode 1)) (add-hook 'magit-log-mode-hook #'jao-magit-eldoc-setup) - ;; (add-hook 'magit-status-mode-hook #'jao-magit-eldoc-setup) + (add-hook 'magit-status-mode-hook #'jao-magit-eldoc-setup) (with-eval-after-load "eldoc" (eldoc-add-command 'magit-next-line) diff --git a/lib/eos/jao-minibuffer.el b/lib/eos/jao-minibuffer.el index 2fade40..1671724 100644 --- a/lib/eos/jao-minibuffer.el +++ b/lib/eos/jao-minibuffer.el @@ -94,9 +94,9 @@ (defvar exwm-class-name nil) (defvar jao-minibuffer--mode-line-position - '(exwm-class-name ("") - ("%n %2c %l " - (:eval (format "%d" (line-number-at-pos (point-max))))))) + '(exwm-class-name + ("") + ("%n %2c %l " (:eval (format "%d" (line-number-at-pos (point-max))))))) (defvar jao-minibuffer--mode-line-bid '(:eval (cond ((derived-mode-p 'gnus-group-mode diff --git a/notmuch.org b/notmuch.org index 7739d2e..d3eca93 100644 --- a/notmuch.org +++ b/notmuch.org @@ -164,7 +164,7 @@ #+end_src * tags #+begin_src emacs-lisp - (setq notmuch-archive-tags '("+trove" "-new") + (setq notmuch-archive-tags '("+trove" "-new" "-inbox") notmuch-show-mark-read-tags '("-new" "-unread") notmuch-tag-formats (let ((d `(:foreground ,(face-attribute 'jao-themes-dimm :foreground))) |