summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-01-02 21:36:27 +0000
committerYann Herklotz <git@yannherklotz.com>2023-01-02 21:36:27 +0000
commit077d7832c4c5dc6e3fac6f7bf7cd06951c2735c6 (patch)
tree69aff59413cb941fa66df1462037dea566460901
parentace76f0495481e0976f58076c3e0389a879800e0 (diff)
downloadymh-emacs-077d7832c4c5dc6e3fac6f7bf7cd06951c2735c6.tar.gz
ymh-emacs-077d7832c4c5dc6e3fac6f7bf7cd06951c2735c6.zip
Tweaks to modus-operandi and add chess
-rw-r--r--init.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/init.el b/init.el
index 224113e..97c06fc 100644
--- a/init.el
+++ b/init.el
@@ -319,7 +319,7 @@ https://yannherklotz.com"))
(fg-region unspecified)
(bg-region bg-green-subtle)))
(setq modus-themes-to-toggle
- '(modus-operandi-tintd modus-vivendi-tinted))
+ '(modus-operandi-tinted modus-vivendi-tinted))
:config
(defun ymh/modus-themes-coq-custom-faces ()
(modus-themes-with-colors
@@ -876,6 +876,10 @@ https://yannherklotz.com"))
:ensure t
:bind (("M-o" . er/expand-region)))
+(use-package chess
+ :ensure t
+ :defer t)
+
(setq gc-cons-threshold (* 1024 1024 10))
(setq custom-file (expand-file-name "custom.el" user-emacs-directory))