summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--completion.org3
-rw-r--r--notmuch.org7
-rw-r--r--w3m.org4
3 files changed, 9 insertions, 5 deletions
diff --git a/completion.org b/completion.org
index a1aac20..d8c74d9 100644
--- a/completion.org
+++ b/completion.org
@@ -87,9 +87,10 @@
:custom ((marginalia-align-offset 1)
(marginalia-margin-threshold 200)
(marginalia-separator-threshold 120)
- (marginalia-truncate-width 135)
+ (marginalia-truncate-width 100)
(marginalia-annotators
'(marginalia-annotators-heavy marginalia-annotators-light nil))))
+
(marginalia-mode 1)
#+end_src
* consult
diff --git a/notmuch.org b/notmuch.org
index ed9d9e5..05d3f8f 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -41,7 +41,7 @@
(setq notmuch-tree-result-format
'(("date" . "%12s ")
("authors" . "%-35s")
- ((("tree" . "%s ")("subject" . "%s")) . " %-100s")
+ ((("tree" . "%s ") ("subject" . "%s")) . " %-100s")
("tags" . " (%s)"))
notmuch-search-result-format
'(("date" . "%12s ")
@@ -167,8 +167,9 @@
notmuch-archive-tags '("+trove" "-new")
notmuch-address-internal-completion '(received nil)
notmuch-fcc-dirs
- '((".*@bigml.com" . "bigml/sent +bigml +sent -new")
- (".*" . "jao/sent +jao +sent -new"))
+ '(("\\(support\\|education\\)@bigml.com" . nil)
+ (".*@bigml.com" . "bigml/sent +bigml +sent -new")
+ (".*" . "jao/trove +jao +sent +trove -new"))
notmuch-maildir-use-notmuch-insert t
notmuch-message-headers '("Subject" "To" "Cc" "Date" "List-Id")
notmuch-wash-signature-lines-max 0
diff --git a/w3m.org b/w3m.org
index 7d913e6..b96b370 100644
--- a/w3m.org
+++ b/w3m.org
@@ -126,7 +126,9 @@
".bookshop.org"
".reddit.com")
w3m-cookie-reject-domains '(".")
- w3m-do-cleanup-temp-files t
+ w3m-default-save-directory "~/var/download"
+ w3m-do-cleanup-temp-files nil
+ w3m-external-view-temp-directory "/tmp"
w3m-fill-column 110
w3m-goto-article-function 'jao-w3m-browse-url
w3m-form-input-textarea-buffer-lines 40