emacs: fix scrolling

master
an 2020-01-16 17:01:21 -05:00
parent 59c77b1e1a
commit d290cb35fc
1 changed files with 2 additions and 0 deletions

View File

@ -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)