Emacs: Enable windowing fix on Emacs 26 only

master
Pierre Neidhardt 2018-06-01 10:52:54 +02:00
parent a350466142
commit acf452e8c5
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@
;; (setq edebug-trace t) ;; (setq edebug-trace t)
;;; Make windowing more reactive on. This is especially true with Helm on EXWM. ;;; Make windowing more reactive on. This is especially true with Helm on EXWM.
(when (>= emacs-major-version 26) (when (= emacs-major-version 26)
(setq x-wait-for-event-timeout nil)) (setq x-wait-for-event-timeout nil))
(setq woman-fill-column fill-column) (setq woman-fill-column fill-column)