From 654dc5cbc78fc8abb35f6020aa07f287a6002cc2 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 11 Jan 2022 23:49:14 +0000 Subject: nits --- eww.org | 2 +- init.org | 8 +++++--- notmuch.org | 4 +++- org.org | 1 + 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/eww.org b/eww.org index 9c4a6a7..15dde5c 100644 --- a/eww.org +++ b/eww.org @@ -148,7 +148,7 @@ ("O" . jao-eww-browse-new) ("r" . jao-eww-reload) ("s" . eww-search-words) - ("S" . jao-eww-session-load) + ("S" . jao-eww-browse-new) ("u" . jao-eww-reopen) ("U" . jao-eww-reopen-new) ("w" . org-eww-copy-for-org-mode) diff --git a/init.org b/init.org index 43ef0a0..37b7bd7 100644 --- a/init.org +++ b/init.org @@ -1834,9 +1834,11 @@ :init (setq eshell-directory-name "~/.emacs.d/eshell") (setq eshell-hist-ignoredups 'erase) - :config - (add-hook 'eshell-mode-hook - (lambda () (setq outline-regexp eshell-prompt-regexp)))) + + (defun jao-eshell--outline () + (setq-local outline-regexp eshell-prompt-regexp)) + + :hook (eshell-mode . jao-eshell--outline)) #+end_src ***** Colors #+begin_src emacs-lisp diff --git a/notmuch.org b/notmuch.org index 48e648c..d4dead2 100644 --- a/notmuch.org +++ b/notmuch.org @@ -108,7 +108,9 @@ (cons "tag:prog" (mapcar (lambda (tag) (format "not tag:%s" tag)) - jao-notmuch--feed-tags)))))) + `("emacs" + "emacs-orgmode" + ,@jao-notmuch--feed-tags))))))) (defvar jao-notmuch-emacs-searches `(,(jao-notmuch--sq "emacs" "ee" "emacs" "feeds") diff --git a/org.org b/org.org index b5fbdfe..f81f2f4 100644 --- a/org.org +++ b/org.org @@ -96,6 +96,7 @@ #+begin_src emacs-lisp ;; Show hidden emphasis markers (use-package org-appear + :ensure t :hook (org-mode . org-appear-mode)) ;; #+caption: Image caption. -- cgit v1.2.3