aboutsummaryrefslogtreecommitdiff
path: root/.emacs.local.d/modes/org.el
diff options
context:
space:
mode:
authorRaul Benencia <rul@kalgan.cc>2021-07-30 14:58:34 -0700
committerRaul Benencia <rul@kalgan.cc>2021-07-30 14:58:34 -0700
commit80617b11fb30d1ff7d381d919d5fab9b3b359100 (patch)
tree565d1bbb8e737974e312a4d35cdcdfdc8f175343 /.emacs.local.d/modes/org.el
parentcce010b80b1371d1f596ae03b3a3c9cf6b28bb81 (diff)
install latest org-roam
Diffstat (limited to '.emacs.local.d/modes/org.el')
-rw-r--r--.emacs.local.d/modes/org.el10
1 files changed, 4 insertions, 6 deletions
diff --git a/.emacs.local.d/modes/org.el b/.emacs.local.d/modes/org.el
index 45c5b25..d657201 100644
--- a/.emacs.local.d/modes/org.el
+++ b/.emacs.local.d/modes/org.el
@@ -1,5 +1,4 @@
;; Debian packages: elpa-org elpa-org-bullets
-
(require 'org-capture)
(require 'org-protocol)
(require 'org-habit)
@@ -12,15 +11,14 @@
(require 'org)
(use-package org-roam
+ :ensure t
:init
(setq org-roam-v2-ack t)
- :custom
- (org-roam-completion-everywhere t)
:bind (("C-c n l" . org-roam-buffer-toggle)
("C-c n f" . org-roam-node-find)
- ("C-c n i" . org-roam-node-insert)
- :map org-mode-map
- ("C-M-i" . completion-at-point)))
+ ("C-c n i" . org-roam-node-insert))
+ :config
+ (org-roam-setup))
(setq org-cycle-separator-lines 0)
(setq org-startup-indented t)
nihil fit ex nihilo