summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el index c47d7ea..ce2ce50 100644 --- a/init.el +++ b/init.el
@@ -646,6 +646,11 @@
646 (:hook #'hl-line-mode) 646 (:hook #'hl-line-mode)
647 (add-hook 'org-agenda-after-show-hook 'org-narrow-to-subtree)) 647 (add-hook 'org-agenda-after-show-hook 'org-narrow-to-subtree))
648 648
649(setup org-attach
650 (:also-load +org-attach)
651 (:option org-attach-method 'lns)
652 (+org-attach-fix-args-mode +1))
653
649(setup org-capture 654(setup org-capture
650 (:require +org-capture) 655 (:require +org-capture)
651 (:+leader "c" #'org-capture "C-c" #'org-capture) 656 (:+leader "c" #'org-capture "C-c" #'org-capture)