diff --git a/customizations.el b/customizations.el index 61abff4..04ddd9d 100644 --- a/customizations.el +++ b/customizations.el @@ -87,6 +87,7 @@ helm-smex helm-swoop helm-unicode + hl-todo hungarian-holidays hungry-delete hyde diff --git a/init.el b/init.el index c625d47..5416786 100644 --- a/init.el +++ b/init.el @@ -850,6 +850,9 @@ (use-package helm-pydoc :ensure t) +(use-package hl-todo + :ensure t) + ;; Load my own functions (load "gnu-c-header.el") (load "toggle-window-split.el")