summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-08-24 00:15:27 +0100
committerjao <jao@gnu.org>2022-08-24 00:15:27 +0100
commit017092ceffb6b582f9a14addd536f32224cc923b (patch)
treeefade1cca55ea6ded00bc75ddc103c91f8e3dd5a
parentc64b486005f22004de357ee7d63adf3bb943685d (diff)
downloadelibs-017092ceffb6b582f9a14addd536f32224cc923b.tar.gz
elibs-017092ceffb6b582f9a14addd536f32224cc923b.tar.bz2
nits
-rw-r--r--custom/jao-custom-email.el2
-rw-r--r--custom/jao-custom-notmuch.el2
-rw-r--r--init.el4
3 files changed, 4 insertions, 4 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el
index 5e888c4..3148c6c 100644
--- a/custom/jao-custom-email.el
+++ b/custom/jao-custom-email.el
@@ -259,7 +259,7 @@
(setq bbdb-file (expand-file-name "~/.emacs.d/bbdb"))
(if jao-notmuch-enabled
- (bbdb-initialize 'message 'pgp)
+ (bbdb-initialize 'message)
(bbdb-initialize 'message 'pgp 'gnus)))
;;; narrowing
(defvar jao-mail-consult-buffer-history nil)
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el
index b85d485..d3cc8c8 100644
--- a/custom/jao-custom-notmuch.el
+++ b/custom/jao-custom-notmuch.el
@@ -116,7 +116,7 @@
(jao-notmuch-def-searches hacking
(mapcar #'jao-notmuch--sq '("xmobar" "geiser" "mdk" "mailutils" "notmuch")))
-(jao-notmuch-def-searches lang
+(jao-notmuch-def-searches prog
(append (mapcar #'jao-notmuch--sq
'( "lobsters" "clojure" "lisp" "scheme"
"haskell" "idris" "erlang" "pharo"))
diff --git a/init.el b/init.el
index a3220c9..a7047f5 100644
--- a/init.el
+++ b/init.el
@@ -2802,9 +2802,9 @@
'circe-server-mode
'circe-query-mode)
+ ;; (enable-circe-display-images)
(enable-lui-track)
- (circe-lagmon-mode)
- (enable-circe-display-images))
+ (circe-lagmon-mode))
;;;; slack
(use-package slack