diff options
| -rw-r--r-- | emacs-config.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org index 0f24ff2..13f5d9c 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -21,6 +21,11 @@ Ensure dark background on startup. (ns-transparent-titlebar . t))) #+end_src +Disable modeline on startup. +#+begin_src elisp "~/.config/emacs/early-init.el" + (setq mode-line-format nil) +#+end_src + ** MELPA https://melpa.org Add and enable the MELPA repository for more available packages. |
