summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--email.org3
-rw-r--r--exwm.org4
-rw-r--r--init.org2
3 files changed, 4 insertions, 5 deletions
diff --git a/email.org b/email.org
index 8c392ac..3a5d889 100644
--- a/email.org
+++ b/email.org
@@ -27,8 +27,7 @@
'gnus-article-mode
'gnus-group-mode)
(let ((inhibit-message t))
- (gnus-demon-scan-news)
- (gnus-group-expire-all-groups)))))
+ (gnus-demon-scan-news)))))
#+end_src
* message mode
*** Customization
diff --git a/exwm.org b/exwm.org
index 9abeea1..ea99397 100644
--- a/exwm.org
+++ b/exwm.org
@@ -241,8 +241,8 @@
" "))
args))))
- (jao-def-runner jao-exwm-spotify 6 "Spotify" "spotify")
- (jao-def-runner jao-exwm-spt 6 "spt" "xterm" "-e" "spt")
+ (jao-def-runner jao-exwm-spotify 0 "Spotify" "spotify")
+ (jao-def-runner jao-exwm-spt 0 "spt" "xterm" "-e" "spt")
(jao-def-runner jao-exwm-firefox 5 "Firefox" "firefox")
diff --git a/init.org b/init.org
index 025bd53..3f8a1e2 100644
--- a/init.org
+++ b/init.org
@@ -338,7 +338,7 @@
widget-push-button-suffix "")
#+end_src
*** Fonts
-***** Unicode fonts
+***** fontsets
See [[https://emacs.stackexchange.com/questions/251/line-height-with-unicode-characters/5386#5386][fonts - Line height with unicode characters]] for a good
discussion.
#+begin_src emacs-lisp