summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-01-20 20:24:50 +0000
committerjao <jao@gnu.org>2022-01-20 20:28:13 +0000
commitf10801cae92af527f8938c1461dc2b7e777a4154 (patch)
treedadec74cf87650747e3dcef1fe50602dbb725a95
parentb5527e20515643e07eec2d291ebd451ef2096066 (diff)
downloadelibs-f10801cae92af527f8938c1461dc2b7e777a4154.tar.gz
elibs-f10801cae92af527f8938c1461dc2b7e777a4154.tar.bz2
nits
-rw-r--r--init.org2
-rw-r--r--lib/net/jao-eww-session.el4
-rw-r--r--notmuch.org4
3 files changed, 5 insertions, 5 deletions
diff --git a/init.org b/init.org
index b6b4792..39573f3 100644
--- a/init.org
+++ b/init.org
@@ -2145,7 +2145,7 @@
:ensure t
:bind (("C-x v p" . git-messenger:popup-message)))
- (use-package gist :ensure t)
+ ;; (use-package gist :ensure t)
(use-package git-timemachine :ensure t)
diff --git a/lib/net/jao-eww-session.el b/lib/net/jao-eww-session.el
index 1e413c3..ac9691b 100644
--- a/lib/net/jao-eww-session.el
+++ b/lib/net/jao-eww-session.el
@@ -1,6 +1,6 @@
;;; jao-eww-session.el --- Persistent eww sessions -*- lexical-binding: t; -*-
-;; Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2012, 2021 Jose A Ortega Ruiz
+;; Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2012, 2021, 2022 Jose A Ortega Ruiz
;; Author: Jose A Ortega Ruiz <jao@gnu.org>
;; Version: 0.4
@@ -56,7 +56,7 @@
"If on, always save eww session without asking."
:type 'boolean)
-(defcustom jao-eww-session-load-always nil
+(defcustom jao-eww-session-load-always t
"If on, always load eww session without asking."
:type 'boolean)
diff --git a/notmuch.org b/notmuch.org
index ab5a740..ff4b73c 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -6,7 +6,7 @@
(defvar jao-notmuch-minibuffer-string "")
(defvar jao-notmuch-minibuffer-queries
- '((:name "" :query "tag:new" :face jao-themes-f00)
+ '((:name "" :query "tag:new and not tag:draft" :face jao-themes-f00)
(:name "B" :query "tag:new and tag:bigml and tag:inbox" :face default)
(:name "b" :query "tag:new and tag:bigml and tag:bugs"
:face jao-themes-error)
@@ -135,7 +135,7 @@
,(jao-notmuch--q "jao" "flagged" "rj" '("tag:flagged" "tag:jao"))
,(jao-notmuch--q "jao" "todo" "jt" '("tag:todo" "not tag:bigml"))
,(jao-notmuch--q "feeds" "flagged" "rf" '("tag:flagged" "tag:feeds"))
- ,(jao-notmuch--q "new" nil "nn" '("tag:new"))
+ ,(jao-notmuch--q "new" nil "nn" '("tag:new" "not tag:draft"))
,(jao-notmuch--q "unread" nil "nu" '("tag:unread"))))
(defun jao-notmuch-tree-widen-search ()