diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-11-15 10:54:52 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-11-15 10:54:52 -0500 |
commit | e3fa795a098ca07f73d1de038609868b6303e746 (patch) | |
tree | c4f9850977b5e59e6a9ba64230e9b1b5947ddffa | |
parent | C-s should isearch-forward in pdf-view... swiper search searches the raw pdf (diff) |
Update emacs location to Montreal
-rw-r--r-- | dot_emacs.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index 5e9311f..0a2669c 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -1012,9 +1012,9 @@ If not, issue a warning." ;; 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")) + (calendar-latitude 45.5) + (calendar-longitude -73.6) + (calendar-location-name "Montreal, QC")) (use-package spaceline :ensure t |