From 7682baf80c71b03761201d5778a0f2d2bb529f15 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 10 Aug 2020 22:49:17 -0400 Subject: [PATCH] * init.el: Disable diff-hl for now, don't set case-fold-search --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index c6dd30c..ed50494 100644 --- a/init.el +++ b/init.el @@ -202,6 +202,8 @@ ;; always use space for indentation indent-tabs-mode nil tab-width 4 + ;; case-sensitive search (and `dabbrev-expand') + ;; case-fold-search nil ;; cursor shape cursor-type t) @@ -604,6 +606,7 @@ ;; highlight uncommitted changes in the left fringe (use-package diff-hl + :disabled :defer 0.6 :config (setq diff-hl-draw-borders nil) -- 2.20.1