diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/core/core-ui.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/core/core-ui.el b/emacs.d/core/core-ui.el index ff70ae3..7abb052 100644 --- a/emacs.d/core/core-ui.el +++ b/emacs.d/core/core-ui.el @@ -11,6 +11,9 @@ (setq inhibit-startup-message t) (setq initial-scratch-message ";; scratch buffer") +;; highlight the current line +(global-hl-line-mode +1) + (setq frame-title-format '(buffer-file-name "%f" ("%b"))) ;; no blink cursor |