Emacs: Don't invoke rainbow-mode explicitly for i3wm-config-mode.
rainbow-mode is invoked for all conf-mode derived modes now.
This commit is contained in:
parent
061eb8fbb1
commit
8c71af851b
|
@ -207,9 +207,7 @@
|
|||
(use-package udev-mode)
|
||||
|
||||
;; i3 configuration files.
|
||||
(use-package i3wm-config-mode
|
||||
:after (rainbow-mode)
|
||||
:hook (i3wm-config-mode . rainbow-mode))
|
||||
(use-package i3wm-config-mode)
|
||||
|
||||
(provide 'text/misc)
|
||||
;;; misc.el ends here
|
||||
|
|
Loading…
Reference in New Issue
Block a user