From 745f1f3e8698f48a66f0420c30852dcaed49d04e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 7 Apr 2017 07:37:27 +0200 Subject: Fix undefined variable --- emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.d/init.el') diff --git a/emacs.d/init.el b/emacs.d/init.el index a23e840..bb5c915 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -96,7 +96,7 @@ '(browse-url-firefox-new-window-is-tab t) '(column-number-mode t) '(compilation-scroll-output t) - '(cursor-in-non-selected-windows box) + '(cursor-in-non-selected-windows (quote hollow)) '(delete-old-versions t) '(dired-listing-switches "-al --time-style=long-iso") '(dired-omit-files "^\\.?#\\|^\\.$\\|^\\.\\.\\|^\\..*$") -- cgit v1.2.1