Skip to content

Commit 687df1e

Browse files
committed
custom org paths
1 parent 495a595 commit 687df1e

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

emacs/.config/doom/custom.el

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
;;; -*- lexical-binding: t -*-
2+
(custom-set-variables
3+
;; custom-set-variables was added by Custom.
4+
;; If you edit it by hand, you could mess it up, so be careful.
5+
;; Your init file should contain only one such instance.
6+
;; If there is more than one, they won't work right.
7+
'(org-agenda-files
8+
'("/Users/mike.vanbuskirk/org/todo.org" "/Users/mike.vanbuskirk/org/journal.org"
9+
"/Users/mike.vanbuskirk/org/notes.org"
10+
"/Users/mike.vanbuskirk/org/code_todo.org"
11+
"/Users/mike.vanbuskirk/org/reviews.org"))
12+
'(package-selected-packages '(autothemer)))
13+
(custom-set-faces
14+
;; custom-set-faces was added by Custom.
15+
;; If you edit it by hand, you could mess it up, so be careful.
16+
;; Your init file should contain only one such instance.
17+
;; If there is more than one, they won't work right.
18+
)

0 commit comments

Comments
 (0)