Org refile and roam insert
This commit is contained in:
parent
ceaf098ddd
commit
3bb5e9ff23
|
@ -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
|
||||
|
||||
|
|
8
init.el
8
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
|
||||
|
|
Loading…
Reference in a new issue