diff options
author | jao <jao@gnu.org> | 2021-11-15 21:44:55 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-11-15 21:44:55 +0000 |
commit | e1f3d7e6c6e94b8f2879092b9b416c77c9014b16 (patch) | |
tree | 046b9999c8f85cc29b85b82e3d453f148c083341 | |
parent | f2e62b17a3767c184a3dce0b53d7b3c23ec9477f (diff) | |
download | elibs-e1f3d7e6c6e94b8f2879092b9b416c77c9014b16.tar.gz elibs-e1f3d7e6c6e94b8f2879092b9b416c77c9014b16.tar.bz2 |
nits
-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 |