Emacs: set auto-window-vscroll to nil

This commit is contained in:
Marcel Kapfer 2018-03-09 12:14:01 +01:00
parent c59aca1053
commit 4c1b1cd216
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 3 additions and 1 deletions

View File

@ -88,7 +88,9 @@
;;; indent using spaces, not tabs
indent-tabs-mode nil
;; tab width
tab-width 2)
tab-width 2
;; https://www.reddit.com/r/emacs/comments/819v0h/how_to_speed_up_cursor_movement_by_10x/
auto-window-vscroll nil)
;; disable cursor blinking
(blink-cursor-mode -1)