Skip to content

Commit

Permalink
org-src.el: Add plain to org-src-window-setup customization
Browse files Browse the repository at this point in the history
* lisp/org-src.el (org-src-window-setup): Add plain to the list of
valid choices for `org-src-window-setup'.

A previous change added it to the documentation and to the pcase that
process this variable in `org-src-switch-to-buffer', but the defcustom
did not include it as a valid option.

TINYCHANGE
  • Loading branch information
ruds authored and Ihor Radchenko committed Jul 9, 2022
1 parent b3b17cd commit a7cc95c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/org-src.el
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ Values that modify the window layout (reorganize-frame, split-window-below,
split-window-right) will restore the layout after exiting the edit buffer."
:group 'org-edit-structure
:type '(choice
(const plain)
(const current-window)
(const split-window-below)
(const split-window-right)
Expand Down

0 comments on commit a7cc95c

Please sign in to comment.