diff --git a/.emacs.d/init.el b/.emacs.d/init.el index c4bfaa5..2244f5b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -484,7 +484,7 @@ (call-process "i3" nil nil nil "split v") (make-frame)) (defun split-window-right-i3 () - "It's like `split-window-below', but uses i3 stuff" + "It's like `split-window-right', but uses i3 stuff" (interactive) (call-process "i3" nil nil nil "split h") (make-frame))