This commit is contained in:
Ivan Malison 2016-06-11 00:17:20 -07:00
parent 2ff187fbf7
commit 6d96829e16

View File

@ -219,7 +219,7 @@ Ensure by default since most of the package for which I use use-package need to
(setq-default cursor-type 'box)
(setq-default cursor-in-non-selected-windows 'bar)
(if nil ;; Causing too many annoying issues
(when nil ;; Causing too many annoying issues
(add-hook 'after-init-hook '(lambda () (setq debug-on-error t))))
;; Make mouse scrolling less jumpy.