diff options
-rw-r--r-- | email.org | 3 | ||||
-rw-r--r-- | exwm.org | 4 | ||||
-rw-r--r-- | init.org | 2 |
3 files changed, 4 insertions, 5 deletions
@@ -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 @@ -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") @@ -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 |