update doom files
This commit is contained in:
parent
6d3b5a2fa5
commit
a479f4e9ba
3 changed files with 29 additions and 28 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue