Browse Source

added roam-template, fixed org todo toggles conflict with evil

master
Marc Pohling 1 year ago
parent
commit
3391786331
1 changed files with 6 additions and 0 deletions
  1. 6
      config.org

6
config.org

@ -804,6 +804,9 @@ When moving BAR to archive, it will go to FILENAME.org_archive below the heading
; (add-hook 'org-mode-hook 'company/org-mode-hook)
; (add-hook 'org-src-mode-hook 'smartparens-mode)
; (add-hook 'org-mode-hook 'org-indent-mode)
:bind (:map org-mode-map ("S-<right>" . org-shiftright)
("S-<left>" . org-shiftleft))
:config
(defun me/org-company ()
(set (make-local-variable 'company-backends)
@ -1082,6 +1085,9 @@ org-roam-db-sync
("p" "new Project" plain
"** ${title}\n :PROPERTIES:\n :ID: %(org-id-uuid)\n:END:\n%u\n"
:target (file+olp "projects.org" ("Active")))
("s" "Sicherheitenmeldung" plain
"*** ${title}\n :PROPERTIES:\n :ID: %(org-id-uuid)\n:END:\n%u\n"
:target (file+olp "tasks.org" ("Todos" "Sicherheitenmeldungen")))
))
:bind (("C-c n l" . org-roam-buffer-toggle)
("C-c n f" . org-roam-node-find)

Loading…
Cancel
Save