mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
Update org agenda files
This commit is contained in:
parent
3a8f2ff355
commit
4213d496b2
@ -360,6 +360,12 @@ you should place your code here."
|
|||||||
;; Org Mode -- count empty lines as blank separators
|
;; Org Mode -- count empty lines as blank separators
|
||||||
(setq org-cycle-separator-lines -1)
|
(setq org-cycle-separator-lines -1)
|
||||||
|
|
||||||
|
;; Org Mode -- agenda files
|
||||||
|
(setq org-agenda-files (list "~/Dropbox (Take-Two)/org/tasks"))
|
||||||
|
|
||||||
|
;; Org Mode -- capture file
|
||||||
|
(setq org-default-notes-file "~/Dropbox (Take-Two)/org/tasks/capture.org")
|
||||||
|
|
||||||
;; Ranger Mode -- kill all the buffers on exit
|
;; Ranger Mode -- kill all the buffers on exit
|
||||||
(setq ranger-cleanup-on-disable t)
|
(setq ranger-cleanup-on-disable t)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user