Ligatures only in prog-mode, default agenda span to fortnight

This commit is contained in:
Evie Litherland-Smith 2024-01-09 15:29:05 +00:00
parent 67f5671fe2
commit b22c46042c

View file

@ -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))