Add wttr to emacs modeline

This commit is contained in:
Evie Litherland-Smith 2023-10-28 11:14:27 +01:00
parent aa38a0d479
commit 9f3d04e231
2 changed files with 5 additions and 0 deletions

View file

@ -55,6 +55,10 @@
(when (require 'which-key nil :noerror) (which-key-mode +1))
(when (require 'page-break nil :noerror) (global-page-break-lines-mode +1))
;; Weather in modeline
(setq display-wttr-format 1)
(when (require 'display-wttr nil :noerror) (display-wttr-mode +1))
;;;; Help Buffers
;; Make `describe-*' screens more helpful

View file

@ -65,6 +65,7 @@
helpful
which-key
link-hint
display-wttr
# writing-packages
pdf-tools