Add highlight-numbers and highlight-quoted modes

This commit is contained in:
Henrik Lissner 2016-04-16 00:44:18 -04:00
parent 843bc3e00d
commit 4572165f6c
3 changed files with 8 additions and 1 deletions

2
Cask
View file

@ -28,6 +28,7 @@
;; UI --- core/core-ui.el
(depends-on "visual-fill-column")
(depends-on "highlight-indentation" :git "https://github.com/localredhead/Highlight-Indentation-for-Emacs")
(depends-on "highlight-numbers")
(depends-on "imenu-list")
(depends-on "rainbow-delimiters")
(depends-on "rainbow-mode")
@ -172,6 +173,7 @@
(depends-on "julia-mode")
;; Lisp -- modules/module-lisp.el
(depends-on "highlight-quoted")
(depends-on "slime")
;; Lua -- modules/module-lua.el