Skip to content

Buffer window customization #43

Answered by nobiot
encomun asked this question in Q&A
Nov 25, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

If you are new to Emacs, I'd suggest you try Customize. M-x customize and search for org-remark-notes-display-buffer-action

You can just change "left" to "right" and press Apply. This lasts until you quit Emacs. If you press "Apply and Save", the change gets persisted, and next time you launch Emacs, it's still there.

If you must use setq, you can do the following

(setq org-remark-notes-display-buffer-action
  `((display-buffer-in-side-window)
    (side . right)
    (slot . 1)))
```

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@encomun
Comment options

@nobiot
Comment options

Answer selected by encomun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants