mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
OrgMode : Roam & Agenda directories fix.
This commit is contained in:
@ -416,7 +416,7 @@ This makes nov to ugly
|
||||
"f R" '(revert-buffer :which-key "Revert Buffer")
|
||||
"t t" '(toggle-truncate-lines :which-key "Toggle truncate lines")
|
||||
;; Shortcut
|
||||
"f d a" '(lambda () (interactive) (find-file (expand-file-name "~/Roam/Agenda")) :which-key "open agenda folder")
|
||||
"f d a" '(lambda () (interactive) (find-file (expand-file-name "~/Agenda")) :which-key "open agenda folder")
|
||||
"f d d" '(lambda () (interactive) (find-file (expand-file-name "~/.emacs.d/desktop.org")) :which-key "open exwm config")
|
||||
"f d e" '(lambda () (interactive) (find-file (expand-file-name "~/.emacs.d/emacs.org")) :which-key "open emacs config"))
|
||||
#+end_src
|
||||
@ -842,7 +842,7 @@ https://emacs.stackexchange.com/a/30691
|
||||
(setq org-format-latex-options (plist-put org-format-latex-options :scale 1.8))
|
||||
|
||||
(setq org-agenda-files
|
||||
'("/home/jaeus/Roam/Agenda/Agenda-2021-6th.org")))
|
||||
'("/home/jaeus/Agenda/Agenda-2021-6th.org")))
|
||||
(use-package org-superstar :after org :hook (org-mode . org-superstar-mode))
|
||||
(use-package org-attach-screenshot)
|
||||
(use-package org-download)
|
||||
@ -897,7 +897,7 @@ https://emacs.stackexchange.com/a/30691
|
||||
:init
|
||||
(setq org-roam-v2-ack t)
|
||||
:custom
|
||||
(org-roam-directory "~/Roam/NewStart")
|
||||
(org-roam-directory "~/Roam")
|
||||
(org-roam-completion-everywhere t)
|
||||
;; Org capture
|
||||
(org-roam-dailies-capture-templates
|
||||
|
||||
Reference in New Issue
Block a user