diff options
-rw-r--r-- | custom/jao-custom-notmuch.el | 3 | ||||
-rw-r--r-- | init.el | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 7683959..3919897 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -131,8 +131,7 @@ ,(jao-notmuch--sq "emacs-github" "eg" "emacs" "github") ,(jao-notmuch--sq "emacs-devel" "ed" "emacs" "devel") ,(jao-notmuch--sq "emacs-bugs" "eb" "emacs" "bugs") - ,(jao-notmuch--sq "emacs-diffs" "ec" "emacs" "diffs") - ,(jao-notmuch--sq "emacs-orgmode" "eo" "emacs" "org"))) + ,(jao-notmuch--sq "emacs-diffs" "ec" "emacs" "diffs"))) (jao-notmuch-def-searches sci (mapcar #'jao-notmuch--sq @@ -858,8 +858,9 @@ ;;;; cursor and mark (transient-mark-mode -1) (blink-cursor-mode -1) -(setq cursor-in-non-selected-windows nil - visible-cursor nil) ;; stop blinking in xterm +(setopt cursor-in-non-selected-windows nil + visible-cursor nil) ;; stop blinking in xterm + ;;;; uniquifiy (require 'uniquify) (setq uniquify-buffer-name-style 'forward |