summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gnus.org2
-rw-r--r--init.org2
2 files changed, 1 insertions, 3 deletions
diff --git a/gnus.org b/gnus.org
index 1a3e176..e9296da 100644
--- a/gnus.org
+++ b/gnus.org
@@ -124,11 +124,9 @@
gnus-search-notmuch-raw-queries-p nil)
(with-eval-after-load "gnus-search"
(add-to-list 'gnus-search-expandable-keys "list")
- (add-to-list 'gnus-search-expandable-keys "Newsgroups")
(cl-defmethod gnus-search-transform-expression ((engine gnus-search-notmuch)
(expr (head list)))
- (message "Transforming: %S" expr)
(format "List:%s" (gnus-search-transform-expression engine (cdr expr)))))
(defun jao-gnus--notmuch-engine (prefix config)
diff --git a/init.org b/init.org
index 0f17566..3429014 100644
--- a/init.org
+++ b/init.org
@@ -75,6 +75,7 @@
#+begin_src emacs-lisp
(add-to-list 'load-path jao-site-dir)
(add-to-list 'load-path jao-local-lisp-dir)
+ (add-to-list 'load-path "/usr/local/share/emacs/site-lisp/")
(let ((libd (expand-file-name "lib" jao-emacs-dir)))
(add-to-list 'load-path libd)
@@ -1823,7 +1824,6 @@
(use-package eshell
:init
(setq eshell-directory-name "~/.emacs.d/eshell")
- (setq eshell-aliases-file (jao-data-file "eshell.alias"))
(setq eshell-hist-ignoredups 'erase)
:config
(add-hook 'eshell-mode-hook