diff options
author | Case Duckworth | 2021-01-24 14:49:31 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-24 14:49:31 -0600 |
commit | d2dd8e432dcbfcb6939bfa30ba6231e2bc54913a (patch) | |
tree | 5444712c1d11a20b193da7a8d9e6c7bf189a8e65 | |
parent | Make GIT_ASKPASS Windows-specific (diff) | |
download | emacs-d2dd8e432dcbfcb6939bfa30ba6231e2bc54913a.tar.gz emacs-d2dd8e432dcbfcb6939bfa30ba6231e2bc54913a.zip |
Update modus and change the mode-line
-rw-r--r-- | config.org | 9 |
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 | ||
386 | I 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 |