diff --git a/README.org b/README.org index f94bab05..2cb55be7 100644 --- a/README.org +++ b/README.org @@ -856,12 +856,15 @@ Part of this config includes some special capture templates for my work as a you (set-face-attribute 'org-block-end-line nil :inherit 'org-block-begin-line) (set-face-attribute 'org-quote nil :background "#242631" :inherit 'fixed-pitch) + (setq org-refile-targets '((org-agenda-files . (:maxlevel . 6)))) + :general (chris/leader-keys :states 'normal :keymaps 'override "o a" 'org-agenda - "c" 'org-capture) + "c" 'org-capture + "rr" 'org-refile) ('normal org-agenda-mode-map "q" 'org-agenda-quit "r" 'org-agenda-redo @@ -978,7 +981,8 @@ We also need to setup some capture templates to use some specific setups with my :states 'normal :keymaps 'override "nf" '(org-roam-find-file :which-key "org roam ff") - "nr" 'org-roam)) + "nr" 'org-roam + "ni" 'org-roam-insert)) #+END_SRC diff --git a/init.el b/init.el index dd1c1b10..8d65fa53 100644 --- a/init.el +++ b/init.el @@ -566,12 +566,15 @@ vertically." (set-face-attribute 'org-block-end-line nil :inherit 'org-block-begin-line) (set-face-attribute 'org-quote nil :background "#242631" :inherit 'fixed-pitch) + (setq org-refile-targets '((org-agenda-files . (:maxlevel . 6)))) + :general (chris/leader-keys :states 'normal :keymaps 'override "o a" 'org-agenda - "c" 'org-capture) + "c" 'org-capture + "rr" 'org-refile) ('normal org-agenda-mode-map "q" 'org-agenda-quit "r" 'org-agenda-redo @@ -666,7 +669,8 @@ vertically." :states 'normal :keymaps 'override "nf" '(org-roam-find-file :which-key "org roam ff") - "nr" 'org-roam)) + "nr" 'org-roam + "ni" 'org-roam-insert)) (use-package org-roam-server :config