[emacs] Reorg and move some things around

This commit is contained in:
2022-11-13 00:06:52 -05:00
parent 25d7721fa4
commit 94ce3187ca
3 changed files with 19 additions and 85 deletions

View File

@ -207,9 +207,9 @@ a serif font when Im writing a lot of words.
org-id)))
;; Refiling
;;(setq org-refile-targets '(("~/var/org/index.org" :maxlevel . 9))
;; org-outline-path-complete-in-steps nil ; Refile in a single go
;; org-refile-use-outline-path t) ; Show full paths for refiling
(setq org-refile-targets '(("~/var/org/index.org" :maxlevel . 9)))
(setq org-outline-path-complete-in-steps nil) ; Refile in a single go
(setq org-refile-use-outline-path t) ; Show full paths for refiling
#+END_SRC
** Key bindings
@ -237,12 +237,12 @@ easier. I just need to level up with Zettels and web publishing of my notes.
(setq org-roam-directory "~/var/org/")
(setq org-roam-dailies-directory "")
;;(setq org-roam-dailies-capture-templates
;; '(("d" "default" entry
;; #'org-roam-capture--get-point
;; "* %?"
;; :file-name "%<%Y-%m-%d>"
;; :head "#+title: %<%Y-%m-%d>\n\n")))
(setq org-roam-dailies-capture-templates
'(("d" "default" entry
#'org-roam-capture--get-point
"* %?"
:file-name "%<%Y-%m-%d>"
:head "#+title: %<%Y-%m-%d>\n\n")))
#+END_SRC
* Novel