summaryrefslogtreecommitdiff
path: root/.emacs-custom.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2018-03-18 18:55:41 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2018-03-18 18:55:41 +0100
commitb3223f6fcc171b098cf1fdd1108850b7d8b69184 (patch)
treee20b74ea595eb741981fa5fc1447c0f72a51e5f2 /.emacs-custom.el
parent435e1e584a832bdc5ac5e71715993a53dd4daf71 (diff)
downloaddotfiles-b3223f6fcc171b098cf1fdd1108850b7d8b69184.tar.xz
Make horizontal scrolling less jumpy
hscroll-step! Where have you been all my life?
Diffstat (limited to '.emacs-custom.el')
-rw-r--r--.emacs-custom.el1
1 files changed, 1 insertions, 0 deletions
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)