summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-05-02 16:07:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-05-02 16:07:52 -0700
commitc7037059440854cf5fc9f5c3a331523dbc481457 (patch)
tree3b0139b95f30adb5dcf175e9f5ef9977712f7f42 /.emacs.d
parent01ed4dd153711d3727632b8a468d193305aeec08 (diff)
downloaddotfiles-c7037059440854cf5fc9f5c3a331523dbc481457.tar.gz
fix quotation
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index cda3a84a..a5fcecce 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -2861,8 +2861,8 @@ postings. notmuch post-new hook should mark as read.")
:sort-order oldest-first
:query ,(spw/nm& to-process
(spw/nm~ spw/weekday-only-mail)))
- (:name "Uncategorised feeds" :key "r" :search-type nil
- :sort-order newest-first :query ,uncategorised-feeds)
+ `(:name "Uncategorised feeds" :key "r" :search-type nil
+ :sort-order newest-first :query ,uncategorised-feeds)
notmuch-saved-searches))
;; Append some miscellaneous views.