Update org directories
This commit is contained in:
parent
2390a28098
commit
9f14670a83
1 changed files with 5 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
||||||
(undecorated . t)
|
(undecorated . t)
|
||||||
(fullscreen . maximized)))
|
(fullscreen . maximized)))
|
||||||
'(delete-selection-mode nil)
|
'(delete-selection-mode nil)
|
||||||
'(diary-file "~/Documents/journal/diary")
|
'(diary-file "~/Documents/org/diary")
|
||||||
'(gnus-init-file "~/.emacs.d/.gnus.el")
|
'(gnus-init-file "~/.emacs.d/.gnus.el")
|
||||||
'(hl-paren-colors '("#B9F" "#B8D" "#B7B" "#B69" "#B57" "#B45" "#B33" "#B11"))
|
'(hl-paren-colors '("#B9F" "#B8D" "#B7B" "#B69" "#B57" "#B45" "#B33" "#B11"))
|
||||||
'(hl-todo-keyword-faces
|
'(hl-todo-keyword-faces
|
||||||
|
@ -48,13 +48,14 @@
|
||||||
'(("lisp@conference.a3.pm" . "marcus")
|
'(("lisp@conference.a3.pm" . "marcus")
|
||||||
("emacs@salas.suchat.org" . "marcus")))
|
("emacs@salas.suchat.org" . "marcus")))
|
||||||
'(message-user-organization "")
|
'(message-user-organization "")
|
||||||
'(org-agenda-files '("agenda/"))
|
'(org-agenda-files
|
||||||
|
'("agenda/journal.org" "agenda/meetings.org" "agenda/tasks.org" "agenda/logbook.org" "agenda/appointments.org"))
|
||||||
'(org-babel-python-command "python3")
|
'(org-babel-python-command "python3")
|
||||||
'(org-directory "~/Documents/org/")
|
'(org-directory "~/Documents/org/")
|
||||||
'(org-modules
|
'(org-modules
|
||||||
'(ol-bbdb ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m orgtbl-sqlinsert))
|
'(ol-bbdb ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m orgtbl-sqlinsert))
|
||||||
'(org-plantuml-jar-path "~/.local/bin/plantuml.jar")
|
'(org-plantuml-jar-path "~/.local/bin/plantuml.jar")
|
||||||
'(org-roam-directory "~/Documents/notes/")
|
'(org-roam-directory "~/Documents/org")
|
||||||
'(package-enable-at-startup t)
|
'(package-enable-at-startup t)
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(hyperbole ox-rss keepass-mode jabber ox-pandoc mastodon w3m spotify cider clojure-mode mpv markdown-mode csv-mode ox-reveal ob-go org-web-tools org-tree-slide org-roam elfeed erc-image magit go-translate simple-httpd slime racket-mode web-mode go-mode eglot nov vertico emojify ace-window olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons use-package))
|
'(hyperbole ox-rss keepass-mode jabber ox-pandoc mastodon w3m spotify cider clojure-mode mpv markdown-mode csv-mode ox-reveal ob-go org-web-tools org-tree-slide org-roam elfeed erc-image magit go-translate simple-httpd slime racket-mode web-mode go-mode eglot nov vertico emojify ace-window olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons use-package))
|
||||||
|
@ -72,7 +73,7 @@
|
||||||
[152 195 121]
|
[152 195 121]
|
||||||
[198 120 221]
|
[198 120 221]
|
||||||
[86 182 194]])
|
[86 182 194]])
|
||||||
'(timeclock-file "~/Documents/journal/timelog")
|
'(timeclock-file "~/Documents/org/timelog")
|
||||||
'(user-mail-address "marcus.kammer@mailbox.org")
|
'(user-mail-address "marcus.kammer@mailbox.org")
|
||||||
'(warning-suppress-log-types '((comp))))
|
'(warning-suppress-log-types '((comp))))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
|
|
Loading…
Add table
Reference in a new issue