summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-04-26 20:18:25 +0100
committerjao <jao@gnu.org>2021-04-26 20:18:25 +0100
commit330fd7c7fd209b7347dcfe1f3c893ae7929f44df (patch)
tree2281a1114396cca9a3be42daedafd12358d582d4
parent922c9b0d5dc100cf76bd99741b8ab8dd67a6fc45 (diff)
downloadelibs-330fd7c7fd209b7347dcfe1f3c893ae7929f44df.tar.gz
elibs-330fd7c7fd209b7347dcfe1f3c893ae7929f44df.tar.bz2
typos and nits
-rw-r--r--gnus.org7
-rw-r--r--lib/doc/jao-org-notes.el5
-rw-r--r--lib/themes/jao-themes.el64
3 files changed, 38 insertions, 38 deletions
diff --git a/gnus.org b/gnus.org
index 52d898d..26d477c 100644
--- a/gnus.org
+++ b/gnus.org
@@ -276,7 +276,7 @@
(format (concat "^nnimap:\\("
"\\(\\(bigml\\|bml\\)/%s\\)\\|"
"\\(\\(jao\\|pm\\)/%s\\)\\|"
- "\\(feeds/.+\\)\\|trash"
+ "\\(feeds/.+\\)\\|trash\\|spam"
"\\)")
(regexp-opt '("support" "reports" "deploys"
"lists" "drivel" "bugs"))
@@ -287,7 +287,7 @@
`(("^nnimap:jao/.*"
(jao-gnus--trash-group "nnimap:jao/trash")
(jao-gnus--spam-group "nnimap:jao/spam")
- (jao-gnus--archiving-group "nnimap:jao/archive"))
+ (jao-gnus--archiving-group "nnimap:trove/jao"))
("^nnimap:\\(jao\\|pm\\|bigml\\)/\\(trash\\|spam\\)"
(gcc-self . nil)
(auto-expire . t)
@@ -299,8 +299,7 @@
(gcc-self . t))
("^nnimap:bigml/.*"
(posting-style (address "jao@bigml.com"))
- (jao-gnus--spam-group "nnimap:bigml/spam")
- (jao-gnus--archiving-group "nnimap:bigml/trove"))
+ (jao-gnus--spam-group "nnimap:bigml/spam"))
("^nnimap:bigml/inbox"
(gcc-self . t)
(auto-expire . t)
diff --git a/lib/doc/jao-org-notes.el b/lib/doc/jao-org-notes.el
index 1b8c3f8..9caec57 100644
--- a/lib/doc/jao-org-notes.el
+++ b/lib/doc/jao-org-notes.el
@@ -106,8 +106,9 @@
(insert "\n"))
(defun jao-org-notes--template (k)
- `(,k "Note" plain (file jao-org-notes-open-or-create) "\n- %a "
- :immediate-finish t :jump-to-captured t))
+ `(,k "Note" plain (file jao-org-notes-open-or-create)
+ "\n- %A %c"
+ :jump-to-captured t))
;;;###autoload
(defun jao-org-notes-open ()
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el
index 2241a98..d1b1822 100644
--- a/lib/themes/jao-themes.el
+++ b/lib/themes/jao-themes.el
@@ -62,38 +62,38 @@
(defface jao-themes-hilite '((t :inherit default)) "")
(defface jao-themes-italic '((t :inherit default)) "")
(defface jao-themes-button '((t :inherit default)) "")
-(defface jao-themes-strike-through '((t :inherite default)) "")
-(defface jao-themes-outline '((t :inherite default)) "")
-(defface jao-themes-outline-1 '((t :inherite default)) "")
-(defface jao-themes-outline-2 '((t :inherite default)) "")
-(defface jao-themes-outline-3 '((t :inherite default)) "")
-(defface jao-themes-outline-4 '((t :inherite default)) "")
-(defface jao-themes-outline-5 '((t :inherite default)) "")
-(defface jao-themes-outline-6 '((t :inherite default)) "")
-(defface jao-themes-outline-7 '((t :inherite default)) "")
-(defface jao-themes-outline-8 '((t :inherite default)) "")
-(defface jao-themes-link '((t :inherite default)) "")
-(defface jao-themes-visited-link '((t :inherite default)) "")
-(defface jao-themes-gnus-mail '((t :inherite default)) "")
-(defface jao-themes-gnus-news '((t :inherite default)) "")
-(defface jao-themes-tab-sel '((t :inherite default)) "")
-(defface jao-themes-tab-unsel '((t :inherite default)) "")
-(defface jao-themes-comment '((t :inherite default)) "")
-(defface jao-themes-warning '((t :inherite default)) "")
-(defface jao-themes-error '((t :inherite default)) "")
-(defface jao-themes-constant '((t :inherite default)) "")
-(defface jao-themes-function '((t :inherite default)) "")
-(defface jao-themes-keyword '((t :inherite default)) "")
-(defface jao-themes-string '((t :inherite default)) "")
-(defface jao-themes-type '((t :inherite default)) "")
-(defface jao-themes-variable-name '((t :inherite default)) "")
-(defface jao-themes-dimm '((t :inherite default)) "")
-(defface jao-themes-f00 '((t :inherite default)) "")
-(defface jao-themes-f01 '((t :inherite default)) "")
-(defface jao-themes-f02 '((t :inherite default)) "")
-(defface jao-themes-f10 '((t :inherite default)) "")
-(defface jao-themes-f11 '((t :inherite default)) "")
-(defface jao-themes-f12 '((t :inherite default)) "")
+(defface jao-themes-strike-through '((t :inherit default)) "")
+(defface jao-themes-outline '((t :inherit default)) "")
+(defface jao-themes-outline-1 '((t :inherit default)) "")
+(defface jao-themes-outline-2 '((t :inherit default)) "")
+(defface jao-themes-outline-3 '((t :inherit default)) "")
+(defface jao-themes-outline-4 '((t :inherit default)) "")
+(defface jao-themes-outline-5 '((t :inherit default)) "")
+(defface jao-themes-outline-6 '((t :inherit default)) "")
+(defface jao-themes-outline-7 '((t :inherit default)) "")
+(defface jao-themes-outline-8 '((t :inherit default)) "")
+(defface jao-themes-link '((t :inherit default)) "")
+(defface jao-themes-visited-link '((t :inherit default)) "")
+(defface jao-themes-gnus-mail '((t :inherit default)) "")
+(defface jao-themes-gnus-news '((t :inherit default)) "")
+(defface jao-themes-tab-sel '((t :inherit default)) "")
+(defface jao-themes-tab-unsel '((t :inherit default)) "")
+(defface jao-themes-comment '((t :inherit default)) "")
+(defface jao-themes-warning '((t :inherit default)) "")
+(defface jao-themes-error '((t :inherit default)) "")
+(defface jao-themes-constant '((t :inherit default)) "")
+(defface jao-themes-function '((t :inherit default)) "")
+(defface jao-themes-keyword '((t :inherit default)) "")
+(defface jao-themes-string '((t :inherit default)) "")
+(defface jao-themes-type '((t :inherit default)) "")
+(defface jao-themes-variable-name '((t :inherit default)) "")
+(defface jao-themes-dimm '((t :inherit default)) "")
+(defface jao-themes-f00 '((t :inherit default)) "")
+(defface jao-themes-f01 '((t :inherit default)) "")
+(defface jao-themes-f02 '((t :inherit default)) "")
+(defface jao-themes-f10 '((t :inherit default)) "")
+(defface jao-themes-f11 '((t :inherit default)) "")
+(defface jao-themes-f12 '((t :inherit default)) "")
(defsubst jao-themes--palette-face (face)
(intern (format "jao-themes--%s" face)))