aboutsummaryrefslogtreecommitdiffstats
path: root/doom
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-20 12:50:36 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-20 12:50:36 +0100
commite62d015d0da8b54e23e2036ff5f3405e13b6ec40 (patch)
tree0f340cfa7c041116e2cf6fbaf0c13509d5feb049 /doom
parent2f4396d7f85102c7ed682fb6f0be099bf405d30f (diff)
parentaf0312e3d01e0f7e0dba0a25f1f129307df5be20 (diff)
downloaddotfiles-e62d015d0da8b54e23e2036ff5f3405e13b6ec40.tar.gz
dotfiles-e62d015d0da8b54e23e2036ff5f3405e13b6ec40.zip
Merge branch 'master' of github.com:ymherklotz/dotfiles
Diffstat (limited to 'doom')
-rw-r--r--doom/config.el19
1 files changed, 12 insertions, 7 deletions
diff --git a/doom/config.el b/doom/config.el
index e15c009..7c15266 100644
--- a/doom/config.el
+++ b/doom/config.el
@@ -166,16 +166,19 @@
;; Set sentence to end with double space
(setq sentence-end-double-space t)
-;; Remove automatic `auto-fill-mode', and replace it by `visual-line-mode',
-;; which is a personal preference.
+;; Remove automatic `auto-fill-mode', and replace it by `visual-line-mode', which is a personal
+;; preference.
(setq-default fill-column 100)
-(remove-hook 'text-mode-hook #'auto-fill-mode)
-(add-hook 'text-mode-hook #'+word-wrap-mode)
-(add-hook 'text-mode-hook #'visual-fill-column-mode)
+;;(remove-hook 'text-mode-hook #'auto-fill-mode)
+(add-hook 'text-mode-hook #'auto-fill-mode)
+;;(add-hook 'text-mode-hook #'+word-wrap-mode)
+;;(add-hook 'text-mode-hook #'visual-fill-column-mode)
;; Set up magit when C-c g is called
(use-package! magit
- :bind (("C-x g" . magit-status)))
+ :bind (("C-x g" . magit-status))
+ :config
+ (add-hook 'magit-status-sections-hook #'magit-insert-modules 90))
;; Configure activation for whitespace mode
(use-package! whitespace
@@ -295,7 +298,6 @@
"TODO(t)" ; A task that needs doing & is ready to do
"PROJ(p)" ; A project, which usually contains other tasks
"STRT(s)" ; A task that is in progress
- "DELG(d)" ; A task that is in progress
"WAIT(w)" ; Something external is holding up this task
"HOLD(h)" ; This task is paused/on hold because of me
"DELG(l)" ; This task is delegated
@@ -529,6 +531,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
@@ -750,6 +754,7 @@
(= day last-day-of-month)))
(setq message-send-mail-function 'message-send-mail-with-sendmail)
+(setq message-fill-column 80)
(use-package! sendmail
:config