diff options
| author | Ryan Kavanagh <rak@debian.org> | 2019-06-26 10:29:07 -0400 | 
|---|---|---|
| committer | Ryan Kavanagh <rak@debian.org> | 2019-06-26 10:29:07 -0400 | 
| commit | 46599a2bfb1bb98c6f7681181c83df94b652e88e (patch) | |
| tree | b83725ad85dd8ea6477b6fd9b6c3429cd504e93f | |
| parent | emacs spaceline config (diff) | |
emacs solar config
Diffstat (limited to '')
| -rw-r--r-- | .emacs | 9 | 
1 files changed, 9 insertions, 0 deletions
@@ -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)  | 
