[emacs] Give modus-operandi a new try, it looks neat with a few adjustments

This commit is contained in:
Sebastian Schulze 2022-06-24 21:16:55 +02:00
parent 08f794e478
commit 418bde5acf
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 18 additions and 1 deletions

View File

@ -9,7 +9,7 @@
user-mail-address "{{ .me.email }}"
doom-font (font-spec :family "JetBrains Mono" :size 14)
doom-variable-pitch-font (font-spec :family "Fira Sans" :size 14)
doom-theme (if (bascht/is-comacs) 'doom-one-light 'humanoid-light)
doom-theme (if (bascht/is-comacs) 'doom-one-light 'modus-operandi)
org-directory "~/Documents/Zettelkasten/"
bascht/wzzk "~/WirZwei/Zettelkasten"
bascht/wzzk-journals "~/WirZwei/Zettelkasten/journals"
@ -149,6 +149,23 @@
(bascht/switch-spellcheck "de_DE")
(spell-fu-mode))
(after! modus-themes
(setq modus-themes-syntax '(faint green-strings yellow-comments yellow-alt-syntax)
modus-themes-bold-constructs t
modus-themes-italic-constructs t
modus-themes-fringes 'subtle
modus-themes-paren-match '(bold intense)
modus-themes-prompts '(bold intense)
;; modus-themes-completions 'opinionated
modus-themes-region '(bg-only)
;; modus-themes-scale-headings t
modus-themes-org-blocks 'tinted-background
modus-themes-mode-line '(accented borderless (padding . 1))
modus-themes-headings '((1 . (rainbow overline background 1.4))
(2 . (rainbow background 1.3))
(3 . (rainbow bold 1.2))
(t . (semilight 1.1)))))
; Don't add #0 #1 #2 #3… workspaces :D
(after! persp-mode
(setq persp-emacsclient-init-frame-behaviour-override "main"))