Emacs: Add rainbow-mode.
This commit is contained in:
parent
4c7d63534b
commit
59e5b30955
|
@ -1,6 +1,6 @@
|
||||||
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*-
|
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Time-stamp: <2020-02-04T18:46:17+0100>
|
;; Time-stamp: <2020-02-04T18:49:51+0100>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -288,5 +288,10 @@ year if mode is derived from prog-mode."
|
||||||
(prog-mode . rainbow-delimiters-mode)
|
(prog-mode . rainbow-delimiters-mode)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(use-package rainbow-mode
|
||||||
|
:hook
|
||||||
|
(prog-mode . rainbow-mode)
|
||||||
|
)
|
||||||
|
|
||||||
(provide 'programming/common)
|
(provide 'programming/common)
|
||||||
;;; common.el ends here
|
;;; common.el ends here
|
||||||
|
|
Loading…
Reference in New Issue
Block a user