summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 "^\\.?#\\|^\\.$\\|^\\.\\.\\|^\\..*$")