From eab9f0fe3d00c9cd8a0ee1242c6d9f4d54b2a407 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Fri, 11 Dec 2020 18:07:37 -0800 Subject: [PATCH] Updating .vimrc --- .emacs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs b/.emacs index 7530c41..2529cab 100644 --- a/.emacs +++ b/.emacs @@ -6,6 +6,8 @@ ;; backup in one place. flat, no file structure (setq backup-directory-alist '(("" . "~/.emacs.d/backup"))) +(global-font-lock-mode 1) +(setq font-lock-maximum-decoration t) ;; neotree ;; https://github.com/jaypei/emacs-neotree -- 2.34.1