Don't hide default modeline

This commit is contained in:
Case Duckworth 2021-02-16 14:41:33 -06:00
parent 97a057ea58
commit e4f6714c1a
3 changed files with 2 additions and 10 deletions

View File

@ -81,14 +81,6 @@ want it to resize by pixels -- we /are/ using a GUI, after all.
frame-resize-pixelwise t)
#+end_src
**** Don't show default modeline
Wait until my *fancy* modeline is loaded -- from [[https://github.com/KaratasFurkan/.emacs.d#remove-redundant-ui][Furkan Karataş]].
#+begin_src emacs-lisp :noweb-ref settings
(setq-default mode-line-format nil)
#+end_src
*** Frame titles
#+begin_src emacs-lisp :noweb-ref settings

View File

@ -1,4 +1,4 @@
;;; early-init.el -*- no-byte-compile: t; -*-
;;; early-init.el -*- no-byte-compile: t; coding: utf-8 -*-
;; Copyright (C) 2020 Case Duckworth
;; Author: Case Duckworth <acdw@acdw.net>

View File

@ -1,4 +1,4 @@
;;; init.el -*- lexical-binding: t -*-
;;; init.el -*- lexical-binding: t; coding: utf-8 -*-
;; Copyright (C) 2020 Case Duckworth
;; Author: Case Duckworth <acdw@acdw.net>