Add highlight-numbers and highlight-quoted modes
This commit is contained in:
parent
843bc3e00d
commit
4572165f6c
3 changed files with 8 additions and 1 deletions
2
Cask
2
Cask
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue