From 46599a2bfb1bb98c6f7681181c83df94b652e88e Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 26 Jun 2019 10:29:07 -0400 Subject: emacs solar config --- .emacs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.emacs b/.emacs index 6840ed3..d0a3ede 100644 --- a/.emacs +++ b/.emacs @@ -515,6 +515,15 @@ entirely if it contains the DOI." :ensure t :mode ("\\.sml\\'" . sml-mode)) +(use-package solar + :custom + ;; Use 24 hour time in diary, calendar, etc. + (calendar-time-display-form + '(24-hours ":" minutes (if time-zone " (") time-zone (if time-zone ")"))) + (calendar-latitude 40.4) + (calendar-longitude -79.9) + (calendar-location-name "Pittsburgh, PA")) + (use-package spaceline :ensure t :requires spaceline-config) -- cgit v1.2.3