diff options
| -rw-r--r-- | gnus.org | 2 | ||||
| -rw-r--r-- | init.org | 2 | 
2 files changed, 1 insertions, 3 deletions
| @@ -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) @@ -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 | 
