From e1f3d7e6c6e94b8f2879092b9b416c77c9014b16 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 15 Nov 2021 21:44:55 +0000 Subject: nits --- email.org | 3 +-- exwm.org | 4 ++-- init.org | 2 +- 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 -- cgit v1.2.3