From def9c7ec96df8b07b145e314093d8558b5fdb1d8 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Tue, 4 Oct 2022 17:50:38 -0800 Subject: [PATCH] Clean up blurb of graphical-setup function --- lisp/mitch-defuns.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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)