diff --git a/README.org b/README.org index 90b802c..7d4e833 100644 --- a/README.org +++ b/README.org @@ -310,7 +310,7 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia :diminish :config ;; Enable all ligatures in programming modes - (ligature-set-ligatures '(prog-mode org-mode) + (ligature-set-ligatures '(prog-mode) '(;; == === ==== => =| =>>=>=|=>==>> ==< =/=//=// =~ ;; =:= =!= ("=" (rx (+ (or ">" "<" "|" "/" "~" ":" "!" "=")))) @@ -483,7 +483,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]] ** org-agenda #+begin_src emacs-lisp :results output silent - (setq org-agenda-span 'week + (setq org-agenda-span 'fortnight org-agenda-start-on-weekday 1 org-agenda-files (list (expand-file-name org-directory) (expand-file-name "journal" org-directory))