projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Various ERC customizations
[~bandali/configs]
/
init.el
diff --git
a/init.el
b/init.el
index
c6dd30c
..
ed50494
100644
(file)
--- a/
init.el
+++ b/
init.el
@@
-202,6
+202,8
@@
;; always use space for indentation
indent-tabs-mode nil
tab-width 4
;; 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)
;; cursor shape
cursor-type t)
@@
-604,6
+606,7
@@
;; highlight uncommitted changes in the left fringe
(use-package diff-hl
;; highlight uncommitted changes in the left fringe
(use-package diff-hl
+ :disabled
:defer 0.6
:config
(setq diff-hl-draw-borders nil)
:defer 0.6
:config
(setq diff-hl-draw-borders nil)