Skip to content

Commit a7cc95c

Browse files
rudsyantar92
authored andcommitted
org-src.el: Add plain to org-src-window-setup customization
* 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
1 parent b3b17cd commit a7cc95c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lisp/org-src.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ Values that modify the window layout (reorganize-frame, split-window-below,
171171
split-window-right) will restore the layout after exiting the edit buffer."
172172
:group 'org-edit-structure
173173
:type '(choice
174+
(const plain)
174175
(const current-window)
175176
(const split-window-below)
176177
(const split-window-right)

0 commit comments

Comments
 (0)