diff options
-rw-r--r-- | attic/misc.org | 4 | ||||
-rw-r--r-- | 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" @@ -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 @@ -1208,10 +1208,6 @@ (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 (winner-mode 1) |