From ca6005f8f8dbf7b67f2953320e56b092d3cb797e Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 12 Jan 2022 04:25:39 +0000 Subject: nits --- init.org | 3 ++- notmuch.org | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/init.org b/init.org index 7683452..8e752db 100644 --- a/init.org +++ b/init.org @@ -1800,6 +1800,7 @@ (use-package vterm :ensure t + :commands (vterm vterm-mode) :init (setq vterm-kill-buffer-on-exit t vterm-copy-exclude-prompt t jao-use-vterm t) @@ -2673,7 +2674,7 @@ (defun jao-ssh () (interactive) (let ((h (completing-read "Host: " (jao-tramp-hosts)))) - (jao-exec-in-term (format "ssh %s" h) (format "* ssh %s *" h)))) + (jao-exec-in-term (format "ssh %s" h) (format "*ssh %s*" h)))) #+end_src * Chats *** circe diff --git a/notmuch.org b/notmuch.org index d4dead2..705f499 100644 --- a/notmuch.org +++ b/notmuch.org @@ -82,12 +82,16 @@ "fun" "words" "computers" + "mailutils" + "notmuch" "lobsters" "clojure" - "erlang" "haskell" + "pharo" "lisp" "scheme" + "xmobar" + "geiser" "philosophy" "math" "physics" @@ -102,7 +106,6 @@ ,@(jao-notmuch--mboxes-search "jao" "drafts") ,(jao-notmuch--sq "local" "l" "local" "") ,@(mapcar #'jao-notmuch--sq jao-notmuch--feed-tags) - ,@(mapcar #'jao-notmuch--sq '("scheme" "notmuch" "erlang" "idris")) ,(jao-notmuch--sec (jao-notmuch--qn "feeds" "prog" "fp" (cons "tag:prog" -- cgit v1.2.3