Moved org-agenda-files to separate file
This commit is contained in:
parent
f22af77090
commit
a26e545ccd
@ -65,10 +65,10 @@
|
|||||||
|
|
||||||
|
|
||||||
;; Org-mode custom keybindings
|
;; Org-mode custom keybindings
|
||||||
(map! :map org-mode-map :nvi "C-k" #'org-backward-element)
|
;; (map! :map org-mode-map :nvi "C-k" #'org-backward-element)
|
||||||
(map! :map org-mode-map :nvi "C-j" #'org-forward-element)
|
;; (map! :map org-mode-map :nvi "C-j" #'org-forward-element)
|
||||||
(map! :map org-mode-map :nvi "C-h" #'org-up-element)
|
;; (map! :map org-mode-map :nvi "C-h" #'org-up-element)
|
||||||
(map! :map org-mode-map :nvi "C-l" #'org-down-element)
|
;; (map! :map org-mode-map :nvi "C-l" #'org-down-element)
|
||||||
|
|
||||||
|
|
||||||
;; Spell checking settings
|
;; Spell checking settings
|
||||||
@ -115,11 +115,8 @@
|
|||||||
;; (add-to-list 'org-agenda-files "~/org/anothertest.org" 'append)
|
;; (add-to-list 'org-agenda-files "~/org/anothertest.org" 'append)
|
||||||
|
|
||||||
;; Adding my org-agenda files
|
;; Adding my org-agenda files
|
||||||
;; TODO Maybe only specify one file where all agenda files are listed => Could be edited via commands
|
|
||||||
(after! org
|
(after! org
|
||||||
(setq org-agenda-files
|
(setq org-agenda-files "org-agenda-files"))
|
||||||
'("/home/julian/Nextcloud/studium/vorlesungen/SS21/luftundraumfahrtlabor/lrl-fragenkatalog.org"
|
|
||||||
"/home/julian/Nextcloud/studium/vorlesungen/SS21/borddatenverarbeitung/bdv-fragenkatalog.org")))
|
|
||||||
|
|
||||||
(map! :map cdlatex-mode-map
|
(map! :map cdlatex-mode-map
|
||||||
:i "TAB" #'cdlatex-tab)
|
:i "TAB" #'cdlatex-tab)
|
||||||
|
3
doom/org-agenda-files
Normal file
3
doom/org-agenda-files
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/home/julian/Nextcloud/studium/vorlesungen/SS21/luftundraumfahrtlabor/lrl-fragenkatalog.org
|
||||||
|
/home/julian/Nextcloud/studium/vorlesungen/SS21/borddatenverarbeitung/bdv-fragenkatalog.org
|
||||||
|
/home/julian/Nextcloud/studium/vorlesungen/SS21/raumfahrtbetrieb/rb-vorbereitung.org
|
Loading…
x
Reference in New Issue
Block a user