diff --git a/lisp/mitch-defuns.el b/lisp/mitch-defuns.el index 6469df3..b8324db 100644 --- a/lisp/mitch-defuns.el +++ b/lisp/mitch-defuns.el @@ -57,10 +57,9 @@ Made solely to reduce lines in the init-file." ;; (advice-add #'evil-join :override #'+evil-join-a) ) (defun mitch/graphical-setup () - "A batch of commands to run at the beginning of -the init file when we're on a graphical display. -This prevents errors in termux and speeds up init -when editing from the console." + "Commands to run at the beginning of init when on a graphical display. +This prevents errors in termux and speeds up init when editing from the +console." ;; hide gui scrollbars and menubar etc (scroll-bar-mode -1) ;; use `yascroll' instead (setq scroll-bar-adjust-thumb-portion nil)