From 3e118596e2ac15ace009b947395e96059834bc07 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 27 Feb 2017 09:43:28 -0800 Subject: [Emacs] Enable global highlight and fix font. --- emacs.d/lib/settings.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'emacs.d') 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) -- cgit 1.4.1