commit b3223f6fcc171b098cf1fdd1108850b7d8b69184
parent 435e1e584a832bdc5ac5e71715993a53dd4daf71
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sun, 18 Mar 2018 18:55:41 +0100
Make horizontal scrolling less jumpy
hscroll-step! Where have you been all my life?
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.emacs-custom.el b/.emacs-custom.el
@@ -31,6 +31,7 @@
(quote
(git-commit-save-message git-commit-setup-changelog-support git-commit-turn-on-auto-fill git-commit-turn-on-flyspell git-commit-propertize-diff with-editor-usage-message buffer-justify-full)))
'(global-page-break-lines-mode t nil (page-break-lines))
+ '(hscroll-step 1)
'(icomplete-mode t)
'(indent-tabs-mode nil)
'(inhibit-startup-screen t)