aboutsummaryrefslogtreecommitdiffstats
path: root/doom
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-20 12:49:54 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-20 12:49:54 +0100
commitaf0312e3d01e0f7e0dba0a25f1f129307df5be20 (patch)
tree3fc3e49f0bae5c201567076be22162d007255ffd /doom
parent2ab20b12be8a613f503d4aa15d90dc9502f67c99 (diff)
downloaddotfiles-af0312e3d01e0f7e0dba0a25f1f129307df5be20.tar.gz
dotfiles-af0312e3d01e0f7e0dba0a25f1f129307df5be20.zip
Add more configuration
Diffstat (limited to 'doom')
-rw-r--r--doom/config.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/doom/config.el b/doom/config.el
index c7ed85d..e69853f 100644
--- a/doom/config.el
+++ b/doom/config.el
@@ -178,7 +178,7 @@
(use-package! magit
:bind (("C-x g" . magit-status))
:config
- (add-hook 'magit-status-sections-hook #'magit-insert-modules))
+ (add-hook 'magit-status-sections-hook #'magit-insert-modules 90))
;; Configure activation for whitespace mode
(use-package! whitespace
@@ -530,6 +530,8 @@
(setq coq-may-use-prettify nil
company-coq-prettify-symbols nil)
+;;(set-face-background 'proof-locked-face "#dddddd")
+
(use-package! smartparens
:config
(map! :map smartparens-mode-map