Add wttr to emacs modeline
This commit is contained in:
parent
aa38a0d479
commit
9f3d04e231
|
@ -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
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
helpful
|
||||
which-key
|
||||
link-hint
|
||||
display-wttr
|
||||
|
||||
# writing-packages
|
||||
pdf-tools
|
||||
|
|
Loading…
Reference in a new issue