fix spacemacs error
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
4e0f7624b9
commit
0a739a8fcb
|
@ -405,10 +405,6 @@ you should place your code here."
|
|||
(let ((file (tramp-file-name-localname (tramp-dissect-file-name file))))
|
||||
(replace-regexp-in-string (concat "\\`" dir) "" file)))
|
||||
|
||||
;; json comments
|
||||
(defconst json-mode-comments-re (rx (group "//" (zero-or-more nonl) line-end)))
|
||||
(push (list json-mode-comments-re 1 font-lock-comment-face) json-font-lock-keywords-1)
|
||||
|
||||
(ido-mode -1)
|
||||
|
||||
;; paths
|
||||
|
|
Loading…
Reference in New Issue