aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-ui.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-12-27 15:57:53 -0500
committerBardofSprites <[email protected]>2025-12-27 15:57:53 -0500
commite4a0853b306c054e5554f866d731020a7a6f5206 (patch)
treeb95113bbc576c23def3a1d75410b3d0d3ca16905 /bard-emacs-modules/bard-emacs-ui.el
parent365b3cd445b56e55014f2f3b5a14532228b3ba5a (diff)
MAJOR formatting and documentation
Diffstat (limited to 'bard-emacs-modules/bard-emacs-ui.el')
-rw-r--r--bard-emacs-modules/bard-emacs-ui.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/bard-emacs-modules/bard-emacs-ui.el b/bard-emacs-modules/bard-emacs-ui.el
index 7639eeb..da0f5d1 100644
--- a/bard-emacs-modules/bard-emacs-ui.el
+++ b/bard-emacs-modules/bard-emacs-ui.el
@@ -1,4 +1,3 @@
-;; Generic variables for modes
(use-package whitespace
:ensure nil
:demand t
@@ -23,7 +22,6 @@
:config
(setq display-line-numbers-type 'relative))
-;; Todo Keywords highlighting, colors defined in bard-emacs-theme.el
(use-package hl-todo
:ensure t
:hook
@@ -47,5 +45,4 @@
(add-to-list 'keycast-substitute-alist `(,event nil nil))))
(provide 'bard-emacs-ui)
-
;;; bard-emacs-ui.el ends here