From b3223f6fcc171b098cf1fdd1108850b7d8b69184 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 18 Mar 2018 18:55:41 +0100 Subject: Make horizontal scrolling less jumpy hscroll-step! Where have you been all my life? --- .emacs-custom.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs-custom.el') diff --git a/.emacs-custom.el b/.emacs-custom.el index 60b6095..04494cd 100644 --- 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) -- cgit v1.2.3