update doom files

This commit is contained in:
ana 2021-10-07 12:08:16 +02:00
parent 6d3b5a2fa5
commit a479f4e9ba
3 changed files with 29 additions and 28 deletions

View file

@ -21,7 +21,7 @@
;; Maximize the window upon startup
(add-to-list 'default-frame-alist '(fullscreen . maximized))
(setq doom-font (font-spec :family "Fantasque Sans Mono" :size 16))
(setq doom-font (font-spec :family "Fantasque Sans Mono" :size 17))
(when (memq window-system '(mac ns x))
(exec-path-from-shell-initialize))
@ -74,9 +74,6 @@
"* %? :NOTE:\n%U\n%a\n" :clock-in t :clock-resume t))))
(setq org-refile-targets '((nil :maxlevel . 9)
(org-agenda-files :maxlevel . 9)))
(add-to-list
'ivy-completing-read-handlers-alist
'(org-capture-refile . completing-read-default))
(org-clock-persistence-insinuate)
(setq org-clock-in-switch-to-state 'cf/clock-in-to-next)
(setq org-clock-into-drawer t)