mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add highlight-indentation; remove shader-lab
This commit is contained in:
3
Cask
3
Cask
@ -49,6 +49,7 @@
|
|||||||
(depends-on "smart-forward")
|
(depends-on "smart-forward")
|
||||||
(depends-on "smartparens")
|
(depends-on "smartparens")
|
||||||
(depends-on "smex")
|
(depends-on "smex")
|
||||||
|
(depends-on "highlight-indentation" :git "https://github.com/antonj/Highlight-Indentation-for-Emacs")
|
||||||
|
|
||||||
;; Completion --- core/core-company.el
|
;; Completion --- core/core-company.el
|
||||||
(depends-on "company")
|
(depends-on "company")
|
||||||
@ -153,5 +154,5 @@
|
|||||||
;; (depends-on "d-mode")
|
;; (depends-on "d-mode")
|
||||||
|
|
||||||
;; OTHER
|
;; OTHER
|
||||||
(depends-on "shaderlab-mode" :git "https://bitbucket.org/bbbscarter/emacs-shaderlab-mode")
|
;; (depends-on "shaderlab-mode" :git "https://bitbucket.org/bbbscarter/emacs-shaderlab-mode")
|
||||||
(depends-on "unityjs-mode" :git "https://github.com/naruse/EmacsUnityScript")
|
(depends-on "unityjs-mode" :git "https://github.com/naruse/EmacsUnityScript")
|
||||||
|
Reference in New Issue
Block a user