Skip to content

Commit

Permalink
Use direct buffer for org-noter
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed May 27, 2024
1 parent c877f00 commit 58cf1f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cats/+org-notes.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
(require 'org-attach))

(use-package org-noter
:custom
(org-noter-use-indirect-buffer nil)
:config
(setq org-noter--inhibit-location-change-handler t)
(defun +org-noter-update-page-info (&optional arg)
Expand Down

0 comments on commit 58cf1f8

Please sign in to comment.