diff options
author | bd <bdunahu@operationnull.com> | 2024-06-19 14:35:25 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-06-19 14:35:25 -0600 |
commit | ef625f040941b5e6028afcce9d196943f87bee63 (patch) | |
tree | 23915ec3a3540f9ccfa7adf24f681796f72d9f1c /.config/emacs/modules/bd--org.el | |
parent | 83e22f3515998dea1843e3f5a10edcae5dd818f6 (diff) |
Add move comments, move modeline and dwm bar to top to match tabs
Diffstat (limited to '.config/emacs/modules/bd--org.el')
-rw-r--r-- | .config/emacs/modules/bd--org.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--org.el b/.config/emacs/modules/bd--org.el index 36b4632..4116cce 100644 --- a/.config/emacs/modules/bd--org.el +++ b/.config/emacs/modules/bd--org.el @@ -1,4 +1,6 @@ -;; -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- +;;; Commentary: +;;; Code: (defvar-local agenda-file "~/dc/agenda/agenda_tasks.org") @@ -93,3 +95,4 @@ each org file open." (provide 'bd--org) +;;; bd-org ends here |