summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-04-07 07:37:27 +0200
committerDavid Robillard <d@drobilla.net>2017-04-07 07:37:27 +0200
commit745f1f3e8698f48a66f0420c30852dcaed49d04e (patch)
tree909588deb1bd21c05e18885e2439f5c9ba091fa0
parente377720babb55531ad0419602931d12d4138fa92 (diff)
downloaddotfiles-745f1f3e8698f48a66f0420c30852dcaed49d04e.tar.gz
dotfiles-745f1f3e8698f48a66f0420c30852dcaed49d04e.tar.bz2
dotfiles-745f1f3e8698f48a66f0420c30852dcaed49d04e.zip
Fix undefined variable
-rw-r--r--emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
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 "^\\.?#\\|^\\.$\\|^\\.\\.\\|^\\..*$")