Install the rainbow-delimiters and rainbow-mode packages

This commit is contained in:
Gergely Polonkai
2016-10-21 09:31:35 +02:00
parent c22ec1ed30
commit 2f8b03fa02
7 changed files with 1615 additions and 0 deletions

View File

@@ -120,6 +120,8 @@
origami
plantuml-mode
projectile
rainbow-delimiters
rainbow-mode
sass-mode
simple-rtm
smart-mode-line
@@ -596,6 +598,13 @@
:config
(global-auto-revert-mode 1))
(use-package rainbow-delimiters
:config
(add-hook 'prog-mode-hook
#'rainbow-delimiters-mode))
(use-package rainbow-mode)
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")