diff options
author | Marius Peter <marius.peter@tutanota.com> | 2023-12-01 15:55:48 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2023-12-01 15:55:48 +0100 |
commit | b86dfc9d45b42808d413757f70b1195452beae11 (patch) | |
tree | 5a22f39fd5d2562318e139fd3f25a682e38dda5c | |
parent | 396c39bafd79b2f6fe6c2c052b802c7d18a3160d (diff) |
Back to default header and mode lines.
-rw-r--r-- | smart-documents.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/smart-documents.org b/smart-documents.org index b13221d..b3a2f61 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -1839,7 +1839,7 @@ paragraph [[Open a recently visited file]]. ** Frame -*** Header & mode lines +*** COMMENT Header & mode lines # Top of the buffer is more intuitive for buffer info, bottom is more # intuitive for buffer action. @@ -1938,7 +1938,7 @@ Now, we describe the actual format of the header line. (image-animate sd-icon-loading 0 t) #+END_SRC -**** TODO COMMENT Mode line +**** TODO Mode line This interpretation of the ideal mode line is the result of carefully studying the default ~mode-line~, as well as studying various @@ -2074,7 +2074,7 @@ unusable. Thus, we /describe/ two themes that were developed #+BEGIN_SRC emacs-lisp :tangle yes ;; (load-theme 'sd-compagnon-dark) ;; (load-theme 'molokai) - (load-theme 'wombat) + ;; (load-theme 'wombat) ;; (load-theme 'sd-light) ;; (load-theme 'sd-dark) ;; (load-theme 'gotham) |