summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--exwm-windowing.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/modules/bd--exwm-windowing.el
parent83e22f3515998dea1843e3f5a10edcae5dd818f6 (diff)
Add move comments, move modeline and dwm bar to top to match tabs
Diffstat (limited to '.config/emacs/modules/bd--exwm-windowing.el')
-rw-r--r--.config/emacs/modules/bd--exwm-windowing.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/emacs/modules/bd--exwm-windowing.el b/.config/emacs/modules/bd--exwm-windowing.el
index 82e72bd..9785e7f 100644
--- a/.config/emacs/modules/bd--exwm-windowing.el
+++ b/.config/emacs/modules/bd--exwm-windowing.el
@@ -1,8 +1,8 @@
-;; -*- lexical-binding: t; -*-
+;;; -*- lexical-binding: t; -*-
+;;; Commentary:
+;;; This file is no longer in use!
+;;; Code:
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; This file is no longer in use! ;;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;; utilities
;; desktop
@@ -158,3 +158,4 @@ select a line from a file."
(provide 'bd--exwm-windowing)
+;;; bd-exwm ends here