aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-ui.el
diff options
context:
space:
mode:
authorbard <[email protected]>2024-05-17 20:56:17 -0400
committerbard <[email protected]>2024-05-17 20:56:17 -0400
commit06aa3733dd7168a4b14b43692a2594526af445f4 (patch)
treeaf2b60b2c025bbaf1dde8df9e8dd134a90126176 /bard-emacs-modules/bard-emacs-ui.el
parent49a0077ad1809a02b57351adbc2ad7f5782bb87e (diff)
fix: ensure true
ensure true for external use-package declarations
Diffstat (limited to 'bard-emacs-modules/bard-emacs-ui.el')
-rw-r--r--bard-emacs-modules/bard-emacs-ui.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-ui.el b/bard-emacs-modules/bard-emacs-ui.el
index b18c46b..61e05e9 100644
--- a/bard-emacs-modules/bard-emacs-ui.el
+++ b/bard-emacs-modules/bard-emacs-ui.el
@@ -46,6 +46,7 @@
;; padding for everything
(use-package spacious-padding
+ :ensure t
:init
(spacious-padding-mode t)
:config
@@ -61,6 +62,7 @@
;; Todo Keywords highlighting, colors defined in bard-emacs-theme.el
(use-package hl-todo
+ :ensure t
:init
(global-hl-todo-mode t))