diff options
-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) |