From 8c01c285375e99e817a065be5dd8402428e0d16b Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 22 May 2021 02:43:08 +0100 Subject: nits --- attic/misc.org | 4 +++- init.org | 6 +----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/attic/misc.org b/attic/misc.org index 94f300f..12ebdd4 100644 --- a/attic/misc.org +++ b/attic/misc.org @@ -35,7 +35,7 @@ mu4e-change-filenames-when-moving nil mu4e-completing-read-function 'completing-read mu4e-display-update-status-in-modeline nil - mu4e-get-mail-command "true" ;; "run-mb.sh || [ $? -eq 1 ]" + mu4e-get-mail-command "run-mb.sh || [ $? -eq 1 ]" mu4e-headers-show-threads t mu4e-headers-sort-direction 'ascending mu4e-headers-visible-columns 100 @@ -50,6 +50,8 @@ mu4e-user-mail-address-list jao-mails mu4e-view-show-addresses t mu4e-view-show-images t + mu4e-maildir-shortcuts '((:maildir "/jao/inbox" :key ?j) + (:maildir "/bigml/inbox" :key ?b)) jao-mu4e-uninteresting-mail-query (concat "flag:unread AND NOT flag:trashed" diff --git a/init.org b/init.org index d1af7d3..dc9c30c 100644 --- a/init.org +++ b/init.org @@ -663,7 +663,7 @@ (line-number-mode -1) (column-number-mode 1) (when (jao-colors-scheme-dark-p) - (setq jao-minibuffer-active-buffer-line-color "burlywood4" + (setq jao-minibuffer-active-buffer-line-color "seashell4" jao-minibuffer-inactive-buffer-line-color "grey30")) (jao-minibuffer-add-mode-line 90) #+end_src @@ -1207,10 +1207,6 @@ (dolist (n '(0 1 2 3 4 5 6 7 8)) (global-set-key (format "\C-c%s" (1+ n)) (jao--nth-windower n))) - #+end_src -*** nth window - #+begin_src emacs-lisp - #+end_src *** winner mode #+begin_src emacs-lisp -- cgit v1.2.3