From ef625f040941b5e6028afcce9d196943f87bee63 Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 19 Jun 2024 14:35:25 -0600 Subject: Add move comments, move modeline and dwm bar to top to match tabs --- .config/emacs/early-init.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.config/emacs/early-init.el') diff --git a/.config/emacs/early-init.el b/.config/emacs/early-init.el index 671a562..62ceaad 100644 --- a/.config/emacs/early-init.el +++ b/.config/emacs/early-init.el @@ -1,4 +1,6 @@ -;; -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- +;;; Commentary: +;;; Code: ;;;; display load information + speedups @@ -31,3 +33,6 @@ (push '(tool-bar-lines . 0) default-frame-alist) (push '(background-color . "#000000") default-frame-alist) (push '(foreground-color . "#ffffff") default-frame-alist) + + +;;; init.el ends here -- cgit v1.2.3