summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-02-16 14:41:33 -0600
committerCase Duckworth2021-02-16 14:43:03 -0600
commite4f6714c1af2148e59133c0b688b6d950b3a028e (patch)
tree90774714e73d322b5398e9521899090e70de8ce5 /early-init.el
parentAdd coding to {early-,}init.el (diff)
downloademacs-e4f6714c1af2148e59133c0b688b6d950b3a028e.tar.gz
emacs-e4f6714c1af2148e59133c0b688b6d950b3a028e.zip
Don't hide default modeline
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el index b208092..0738ca2 100644 --- a/early-init.el +++ b/early-init.el
@@ -1,4 +1,4 @@
1;;; early-init.el -*- no-byte-compile: t; -*- 1;;; early-init.el -*- no-byte-compile: t; coding: utf-8 -*-
2;; Copyright (C) 2020 Case Duckworth 2;; Copyright (C) 2020 Case Duckworth
3 3
4;; Author: Case Duckworth <acdw@acdw.net> 4;; Author: Case Duckworth <acdw@acdw.net>