diff options
author | Case Duckworth | 2022-02-16 23:17:01 -0600 |
---|---|---|
committer | Case Duckworth | 2022-02-16 23:17:01 -0600 |
commit | 5666ae8631c99a52b95087863bcef6d6436f35f0 (patch) | |
tree | 3e6d1b1641fbc791dadcb68ab57d8d7727b2d5ba /init.el | |
parent | Change the dang ol' org font stuff (diff) | |
download | emacs-5666ae8631c99a52b95087863bcef6d6436f35f0.tar.gz emacs-5666ae8631c99a52b95087863bcef6d6436f35f0.zip |
Fix org-attach
I should send a bug report...
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 5 |
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) |