all repos — nixfiles @ abd45c638f30286e19435fa032cca458a9f869da

System and user configuration, managed by nix and home-manager

emacs: show sample of hex colours in css and xresources files

Alan Pearce
commit

abd45c638f30286e19435fa032cca458a9f869da

parent

fe8f4afe2d78f99fe040c51a8937959736babdb8

1 file changed, 5 insertions(+), 0 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -707,6 +707,11 @@ :config (progn
(setq undo-tree-auto-save-history nil) (global-undo-tree-mode))) +(use-package rainbow-mode + :ghook ('(css-mode-hook + conf-xdefaults-mode-hook) + #'rainbow-mode)) + ;;; Major modes ;;;; golang