summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-12-25 21:33:07 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-12-25 21:33:07 +0100
commit8b3478501f41efcf87cae247de50dd65d1ef0d82 (patch)
treef0946c29fcf7deabe25238f7d49947bef4f1b405
parent6c7041b6793dd7d206a57144394e42a738e18720 (diff)
downloaddotfiles-8b3478501f41efcf87cae247de50dd65d1ef0d82.tar.xz
Port Modus settings to v2
-rw-r--r--.emacs15
-rw-r--r--.emacs-custom.el10
2 files changed, 14 insertions, 11 deletions
diff --git a/.emacs b/.emacs
index ffb1c04..234df07 100644
--- a/.emacs
+++ b/.emacs
@@ -17,7 +17,20 @@
(load custom-file)
(when (>= emacs-major-version 28)
- (load-theme 'modus-vivendi t))
+ (setq modus-themes-bold-constructs t
+ modus-themes-deuteranopia t
+ modus-themes-headings '((1 . (variable-pitch 1.2))
+ (2 . (variable-pitch 1.15))
+ (3 . (variable-pitch 1.1))
+ (4 . (variable-pitch 1.05))
+ (t . (variable-pitch)))
+ modus-themes-italic-constructs t
+ modus-themes-mixed-fonts t
+ modus-themes-org-blocks 'gray-background
+ modus-themes-prompts '(background)
+ modus-themes-region 'bg-only
+ modus-themes-variable-pitch-ui t)
+ (load-theme 'modus-vivendi))
;; Key bindings
diff --git a/.emacs-custom.el b/.emacs-custom.el
index 6f11a44..6d3c8ed 100644
--- a/.emacs-custom.el
+++ b/.emacs-custom.el
@@ -74,16 +74,6 @@
'(markdown-indent-on-enter 'indent-and-new-item)
'(menu-bar-mode nil)
'(minibuffer-depth-indicate-mode t)
- '(modus-themes-bold-constructs t)
- '(modus-themes-diffs 'deuteranopia)
- '(modus-themes-italic-constructs t)
- '(modus-themes-mixed-fonts t)
- '(modus-themes-org-blocks 'grayscale)
- '(modus-themes-prompts '(background))
- '(modus-themes-region 'bg-only)
- '(modus-themes-scale-headings t)
- '(modus-themes-variable-pitch-headings t)
- '(modus-themes-variable-pitch-ui t)
'(org-edit-src-content-indentation 0)
'(org-ellipsis "…")
'(org-fontify-done-headline nil)