From 077d7832c4c5dc6e3fac6f7bf7cd06951c2735c6 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 2 Jan 2023 21:36:27 +0000 Subject: Tweaks to modus-operandi and add chess --- init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)) -- cgit