From d855179951dbaf4e31269dfbbab3545ad1130208 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Wed, 8 Jan 2025 13:11:38 +0000 Subject: [PATCH] Remove calendar and diary config --- config.org | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/config.org b/config.org index b025e8e..1755fe6 100644 --- a/config.org +++ b/config.org @@ -233,35 +233,6 @@ (yas-reload-all) #+end_src -* Calendar / Diary - Weeks start on Sunday by default, this can be changed to start on - Monday by setting [[help:calendar-week-start-day][calendar-week-start-day]] to 1: - - #+begin_src emacs-lisp - (setq calendar-week-start-day 1) - #+end_src - - Set latitute, longitude and location name to Bristol to get sunrise - and sunset times: - - #+begin_src emacs-lisp - (setq calendar-latitude 51.45) - (setq calendar-longitude -2.58) - (setq calendar-location-name "Bristol, UK") - #+end_src - - Emacs needs to be told where the diary file is, of course: - - #+begin_src emacs-lisp - (setq diary-file "~/Documents/diary") - #+end_src - - I want to use ISO-style dates in there: - - #+begin_src emacs-lisp - (calendar-set-date-style 'iso) - #+end_src - * Org ** Code and Quote block shortcuts I am a big fan of using =