mirror of
https://codeberg.org/hyperreal/doom-emacs-config
synced 2024-11-01 08:43:07 +01:00
Update
This commit is contained in:
parent
70b0533566
commit
f5f27ab5cc
10
config.el
10
config.el
@ -231,10 +231,10 @@ If point was already at that position, move point to beginning of line."
|
||||
(setq org-use-effective-time t)
|
||||
|
||||
;; org-refile
|
||||
(setq org-reverse-note-order t) ; new notes prepended
|
||||
(setq org-refile-use-outline-path 'file)
|
||||
(setq org-reverse-note-order nil) ; new notes prepended
|
||||
(setq org-refile-use-outline-path 'full-file-path)
|
||||
(setq org-outline-path-complete-in-steps nil)
|
||||
(setq org-refile-allow-creating-parent-nodes 'confirm)
|
||||
(setq org-refile-allow-creating-parent-nodes nil)
|
||||
(setq org-refile-use-cache nil)
|
||||
(setq org-blank-before-new-entry '((heading . t) (plain-list-item . t)))
|
||||
|
||||
@ -277,10 +277,6 @@ If point was already at that position, move point to beginning of line."
|
||||
(setq org-log-done 'time)
|
||||
(setq org-popup-calendar-for-date-prompt nil)
|
||||
|
||||
;; org-roam
|
||||
(setq org-roam-directory "~/sync/org-roam")
|
||||
(org-roam-db-autosync-mode)
|
||||
|
||||
|
||||
;;;; python-mode
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user