aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-06-08 23:45:08 +0200
committerAdrian Kummerlaender2020-06-08 23:45:08 +0200
commitfc9f7a3ac62c7bf0406c63f10f803e7c45c00cbf (patch)
tree1219668b397e1f71821279aad1ca5d7929e9d1e7 /gui
parentf19cceb14aba12b007e7c38d27b7231b7e36b4e4 (diff)
downloadnixos_home-fc9f7a3ac62c7bf0406c63f10f803e7c45c00cbf.tar
nixos_home-fc9f7a3ac62c7bf0406c63f10f803e7c45c00cbf.tar.gz
nixos_home-fc9f7a3ac62c7bf0406c63f10f803e7c45c00cbf.tar.bz2
nixos_home-fc9f7a3ac62c7bf0406c63f10f803e7c45c00cbf.tar.lz
nixos_home-fc9f7a3ac62c7bf0406c63f10f803e7c45c00cbf.tar.xz
nixos_home-fc9f7a3ac62c7bf0406c63f10f803e7c45c00cbf.tar.zst
nixos_home-fc9f7a3ac62c7bf0406c63f10f803e7c45c00cbf.zip
Reduce scroll lag on files with heavy fontification
Diffstat (limited to 'gui')
-rw-r--r--gui/conf/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el
index 7fe350a..f662ac2 100644
--- a/gui/conf/init.el
+++ b/gui/conf/init.el
@@ -20,6 +20,7 @@
(setq mouse-wheel-scroll-amount '(5))
(setq mouse-wheel-progressive-speed nil)
+(setq fast-but-imprecise-scrolling t)
(require 'package)
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/"))