From 6747eeb748e5bae1bc1d0e45a8cfab89c7a6fa2b Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 8 Nov 2021 00:52:59 +0000 Subject: nits --- gnus.org | 2 -- init.org | 2 +- 2 files changed, 1 insertion(+), 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 -- cgit v1.2.3