5 lines
126 B
EmacsLisp
Executable file
5 lines
126 B
EmacsLisp
Executable file
(defun window-set-width (width)
|
|
(interactive)
|
|
(enlarge-window-horizontally (- width (window-width))))
|
|
|
|
(provide 'my-layout)
|