From 6d96829e1659a9e385c864ca1f3269f806b8ece6 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 11 Jun 2016 00:17:20 -0700 Subject: [PATCH] tweak --- dotfiles/emacs.d/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index f5bfa7d3..d8b3a382 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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.