summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/lib/settings.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/emacs.d/lib/settings.el b/emacs.d/lib/settings.el
index 66aa9b4..bfec7f7 100644
--- a/emacs.d/lib/settings.el
+++ b/emacs.d/lib/settings.el
@@ -84,8 +84,11 @@
;; cursor is a thin bar
(setq-default cursor-type 'bar)
+;; highlight current line
+(global-hl-line-mode 1)
+
;; Set default font.
-(set-face-attribute 'default nil :height 130 :weight 'normal :width 'normal)
+(set-face-attribute 'default nil :height 130 :weight 'normal :width 'normal :font "DejaVu Sans Mono")
;; no bell
(setq visible-bell nil)