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 'which-key nil :noerror) (which-key-mode +1))
|
||||||
(when (require 'page-break nil :noerror) (global-page-break-lines-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
|
;;;; Help Buffers
|
||||||
|
|
||||||
;; Make `describe-*' screens more helpful
|
;; Make `describe-*' screens more helpful
|
||||||
|
|
|
@ -65,6 +65,7 @@
|
||||||
helpful
|
helpful
|
||||||
which-key
|
which-key
|
||||||
link-hint
|
link-hint
|
||||||
|
display-wttr
|
||||||
|
|
||||||
# writing-packages
|
# writing-packages
|
||||||
pdf-tools
|
pdf-tools
|
||||||
|
|
Loading…
Reference in a new issue