mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -05:00
Add highlight-numbers and highlight-quoted modes
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user