conf-emacs/stuff/my-layout.el

6 lines
126 B
EmacsLisp
Raw Permalink Normal View History

2012-10-13 19:35:28 +00:00
(defun window-set-width (width)
(interactive)
(enlarge-window-horizontally (- width (window-width))))
(provide 'my-layout)