summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-16 14:41:33 -0600
committerCase Duckworth2021-02-16 14:43:03 -0600
commite4f6714c1af2148e59133c0b688b6d950b3a028e (patch)
tree90774714e73d322b5398e9521899090e70de8ce5 /config.org
parentAdd coding to {early-,}init.el (diff)
downloademacs-e4f6714c1af2148e59133c0b688b6d950b3a028e.tar.gz
emacs-e4f6714c1af2148e59133c0b688b6d950b3a028e.zip
Don't hide default modeline
Diffstat (limited to 'config.org')
-rw-r--r--config.org8
1 files changed, 0 insertions, 8 deletions
diff --git a/config.org b/config.org index 51a2496..15f4f1e 100644 --- a/config.org +++ b/config.org
@@ -81,14 +81,6 @@ want it to resize by pixels -- we /are/ using a GUI, after all.
81 frame-resize-pixelwise t) 81 frame-resize-pixelwise t)
82#+end_src 82#+end_src
83 83
84**** Don't show default modeline
85
86Wait until my *fancy* modeline is loaded -- from [[https://github.com/KaratasFurkan/.emacs.d#remove-redundant-ui][Furkan Karataş]].
87
88#+begin_src emacs-lisp :noweb-ref settings
89 (setq-default mode-line-format nil)
90#+end_src
91
92*** Frame titles 84*** Frame titles
93 85
94#+begin_src emacs-lisp :noweb-ref settings 86#+begin_src emacs-lisp :noweb-ref settings