Skip to content

Commit

Permalink
fixup! Add focus behavior setting
Browse files Browse the repository at this point in the history
  • Loading branch information
joncol authored and petermao committed Jan 19, 2024
1 parent 3c9faa8 commit 63d70bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org-noter-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ With '/', 'The_Title' would become '/The_Title/'."

(defcustom org-noter-focus-doc-after-note-navigation t
"Focus behavior.
When non-nil, automatically focus the PDF window after moving
When non-nil, automatically focus the document window after moving
between notes. When nil, leave focus in current window."
:group 'org-noter
:group 'org-noter-navigation
:type 'boolean)

(defface org-noter-no-notes-exist-face
Expand Down

0 comments on commit 63d70bf

Please sign in to comment.