aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/loader.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/loader.org')
-rw-r--r--emacs/loader.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/loader.org b/emacs/loader.org
index df9d4b7..76f507d 100644
--- a/emacs/loader.org
+++ b/emacs/loader.org
@@ -109,10 +109,11 @@ and enter the scratch buffer instead.
(tool-bar-mode 0)
(menu-bar-mode 0)
(fset 'yes-or-no-p 'y-or-n-p)
+ (global-hl-line-mode 1)
#+END_SRC
#+RESULTS:
-: y-or-n-p
+: t
Splitting of windows made more deterministic