Emacs: Fix windowing slow down on Emacs 26

master
Pierre Neidhardt 2018-04-12 13:24:42 +05:30
parent a2b1d5ae6d
commit d13959dd77
1 changed files with 4 additions and 0 deletions

View File

@ -367,4 +367,8 @@
;;; Edebug
;; (setq edebug-trace t)
;;; Make windowing more reactive on. This is especially true with Helm on EXWM.
(when (>= emacs-major-version 26)
(setq x-wait-for-event-timeout nil))
(provide 'main)