fix org mode dir
This commit is contained in:
@@ -40,8 +40,8 @@ export PATH=$PATH:$HOME/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/b
|
|||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
|
||||||
# wallpaper
|
# wallpaper
|
||||||
#feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png
|
feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png
|
||||||
asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 100 &
|
#asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 100 &
|
||||||
|
|
||||||
dwmblocks &
|
dwmblocks &
|
||||||
exec dwm 2> ~/.dwm.log
|
exec dwm 2> ~/.dwm.log
|
||||||
|
|||||||
@@ -222,15 +222,15 @@
|
|||||||
"oca" 'org-capture)
|
"oca" 'org-capture)
|
||||||
:config
|
:config
|
||||||
(setq org-format-latex-options (plist-put org-format-latex-options :scale 1.5))
|
(setq org-format-latex-options (plist-put org-format-latex-options :scale 1.5))
|
||||||
(setq org-agenda-files (quote ("~/data/nextcloud/org")))
|
(setq org-agenda-files (quote ("~/org")))
|
||||||
(setq org-directory "~/data/nextcloud/org")
|
(setq org-directory "~/org")
|
||||||
:init
|
:init
|
||||||
(setq org-todo-keywords '((sequence "TODO" "PROGRESS" "|" "DONE")))
|
(setq org-todo-keywords '((sequence "TODO" "PROGRESS" "|" "DONE")))
|
||||||
(setq org-log-done 'time)
|
(setq org-log-done 'time)
|
||||||
(setq org-capture-templates
|
(setq org-capture-templates
|
||||||
(quote (("j" "Japanese" entry (file "~/data/nextcloud/org/japanese.org") "* TODO %?\n")
|
(quote (("j" "Japanese" entry (file "~/org/japanese.org") "* TODO %?\n")
|
||||||
("u" "University" entry (file "~/data/nextcloud/org/uni.org") "* TODO %?\n")
|
("u" "University" entry (file "~/org/uni.org") "* TODO %?\n")
|
||||||
("p" "Personal" entry (file "~/data/nextcloud/org/personal.org") "* TODO %?\n")))))
|
("p" "Personal" entry (file "~/org/personal.org") "* TODO %?\n")))))
|
||||||
|
|
||||||
(use-package org-bullets
|
(use-package org-bullets
|
||||||
:ensure t
|
:ensure t
|
||||||
|
|||||||
Reference in New Issue
Block a user