summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.el b/init.el
index c064f70..6bcde4a 100644
--- a/init.el
+++ b/init.el
@@ -255,4 +255,10 @@
(setq buffer-offer-save t)))
(global-set-key (kbd "C-c n") 'my/new-empty-buffer)
+(delete-selection-mode 1) ; delete seleted text when typing
+(column-number-mode 1) ; show column position of point in status bar
+
+(global-hl-line-mode 1) ; turn on highlighting current line
+(set-face-background 'hl-line "#222")
+(set-face-attribute hl-line-face nil :underline nil)