Ligatures only in prog-mode, default agenda span to fortnight
This commit is contained in:
parent
67f5671fe2
commit
b22c46042c
|
@ -310,7 +310,7 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
|
||||||
:diminish
|
:diminish
|
||||||
:config
|
:config
|
||||||
;; Enable all ligatures in programming modes
|
;; Enable all ligatures in programming modes
|
||||||
(ligature-set-ligatures '(prog-mode org-mode)
|
(ligature-set-ligatures '(prog-mode)
|
||||||
'(;; == === ==== => =| =>>=>=|=>==>> ==< =/=//=// =~
|
'(;; == === ==== => =| =>>=>=|=>==>> ==< =/=//=// =~
|
||||||
;; =:= =!=
|
;; =:= =!=
|
||||||
("=" (rx (+ (or ">" "<" "|" "/" "~" ":" "!" "="))))
|
("=" (rx (+ (or ">" "<" "|" "/" "~" ":" "!" "="))))
|
||||||
|
@ -483,7 +483,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
||||||
|
|
||||||
** org-agenda
|
** org-agenda
|
||||||
#+begin_src emacs-lisp :results output silent
|
#+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-start-on-weekday 1
|
||||||
org-agenda-files (list (expand-file-name org-directory)
|
org-agenda-files (list (expand-file-name org-directory)
|
||||||
(expand-file-name "journal" org-directory))
|
(expand-file-name "journal" org-directory))
|
||||||
|
|
Loading…
Reference in a new issue