commit db8c7d06b93c9eb4d6b67424f0e444e307af2e3f parent c21a207074f4d3f80c63b5b09a069df3dd3f5f6c Author: Hugo Soucy <hsoucy@kronostechnologies.com> Date: Mon, 1 Oct 2018 10:19:41 -0400 Add the `hexrgb` package. Diffstat:
M | partials/ui-ux.el | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/partials/ui-ux.el b/partials/ui-ux.el @@ -26,6 +26,11 @@ :config (which-key-mode)) +(use-package hexrgb + ;; Functions to manipulate colors, including RGB hex strings. + :ensure t + :pin marmalade) + ;; Disable the ToolBar (tool-bar-mode -1)