summaryrefslogtreecommitdiff
path: root/.config/emacs/early-init.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-06-19 14:35:25 -0600
committerbd <bdunahu@operationnull.com>2024-06-19 14:35:25 -0600
commitef625f040941b5e6028afcce9d196943f87bee63 (patch)
tree23915ec3a3540f9ccfa7adf24f681796f72d9f1c /.config/emacs/early-init.el
parent83e22f3515998dea1843e3f5a10edcae5dd818f6 (diff)
Add move comments, move modeline and dwm bar to top to match tabs
Diffstat (limited to '.config/emacs/early-init.el')
-rw-r--r--.config/emacs/early-init.el7
1 files changed, 6 insertions, 1 deletions
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