aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-ui.el
diff options
context:
space:
mode:
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