diff --git a/emacs/custom.el b/emacs/custom.el index 7d29532..21b3d33 100644 --- a/emacs/custom.el +++ b/emacs/custom.el @@ -27,6 +27,7 @@ '(global-mark-ring-max 1024) '(global-whitespace-mode nil) '(horizontal-scroll-bar-mode nil) + '(hscroll-step 1) '(indent-tabs-mode t) '(inhibit-startup-screen t) '(initial-buffer-choice "~/org/init.org") @@ -54,6 +55,7 @@ '(repeat-too-dangerous nil) '(require-final-newline t) '(scroll-bar-mode nil) + '(scroll-conservatively 101) '(scroll-step 1) '(sentence-end-double-space nil) '(show-paren-delay 0.0)