summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--custom/jao-custom-notmuch.el4
-rw-r--r--init.el5
2 files changed, 6 insertions, 3 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el
index 5c7e18f..5b6601c 100644
--- a/custom/jao-custom-notmuch.el
+++ b/custom/jao-custom-notmuch.el
@@ -214,7 +214,9 @@
:filter-return (lambda (x) (mapcar #'string-trim x))))
;;; package
-(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/")
+;; (add-to-list 'load-path "/usr/local/share/emacs/site-lisp/")
+
+(jao-load-path "notmuch/emacs")
(use-package notmuch
:init
diff --git a/init.el b/init.el
index 8ee5c86..bec7615 100644
--- a/init.el
+++ b/init.el
@@ -294,7 +294,8 @@
`(jao-call-with-auth ,host (lambda (,usr ,pwd) ,@body)))
;;;; pass
-(use-package password-store :ensure t
+(use-package password-store
+ :ensure t
:bind (("C-c p" . jao-transient-password)))
(transient-define-prefix jao-transient-password ()
@@ -452,7 +453,7 @@
(jao-mode-line-add-to-minibuffer 90))))
;;;; time display
-(setq display-time-world-list
+(setq world-clock-list
'(("Europe/Paris" "Barcelona")
("America/Los_Angeles" "Los Angeles")
("America/New_York" "New York")