summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-24 14:49:31 -0600
committerCase Duckworth2021-01-24 14:49:31 -0600
commitd2dd8e432dcbfcb6939bfa30ba6231e2bc54913a (patch)
tree5444712c1d11a20b193da7a8d9e6c7bf189a8e65 /config.org
parentMake GIT_ASKPASS Windows-specific (diff)
downloademacs-d2dd8e432dcbfcb6939bfa30ba6231e2bc54913a.tar.gz
emacs-d2dd8e432dcbfcb6939bfa30ba6231e2bc54913a.zip
Update modus and change the mode-line
Diffstat (limited to 'config.org')
-rw-r--r--config.org9
1 files changed, 7 insertions, 2 deletions
diff --git a/config.org b/config.org index e9aa8ca..d37139c 100644 --- a/config.org +++ b/config.org
@@ -383,8 +383,12 @@ issue.
383 383
384*** Modus themes :package: 384*** Modus themes :package:
385 385
386I want the git version.
387
386#+begin_src emacs-lisp :noweb-ref packages 388#+begin_src emacs-lisp :noweb-ref packages
387 (straight-use-package 'modus-themes) 389 (straight-use-package '(modus-themes
390 :host gitlab
391 :repo "protesilaos/modus-themes"))
388#+end_src 392#+end_src
389 393
390#+begin_src emacs-lisp :noweb-ref settings 394#+begin_src emacs-lisp :noweb-ref settings
@@ -394,7 +398,8 @@ issue.
394 modus-themes-org-blocks 'grayscale 398 modus-themes-org-blocks 'grayscale
395 modus-themes-headings '((1 . line) 399 modus-themes-headings '((1 . line)
396 (t . t)) 400 (t . t))
397 modus-themes-scale-headings nil) 401 modus-themes-scale-headings nil
402 modus-themes-mode-line 'borderless-3d)
398#+end_src 403#+end_src
399 404
400*** Change themes based on time of day 405*** Change themes based on time of day