From 5666ae8631c99a52b95087863bcef6d6436f35f0 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 16 Feb 2022 23:17:01 -0600 Subject: Fix org-attach I should send a bug report... --- init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index c47d7ea..ce2ce50 100644 --- a/init.el +++ b/init.el @@ -646,6 +646,11 @@ (:hook #'hl-line-mode) (add-hook 'org-agenda-after-show-hook 'org-narrow-to-subtree)) +(setup org-attach + (:also-load +org-attach) + (:option org-attach-method 'lns) + (+org-attach-fix-args-mode +1)) + (setup org-capture (:require +org-capture) (:+leader "c" #'org-capture "C-c" #'org-capture) -- cgit 1.4.1-21-gabe81