fix spacemacs error

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-12-22 12:58:31 -05:00
parent 4e0f7624b9
commit 0a739a8fcb
1 changed files with 0 additions and 4 deletions

View File

@ -405,10 +405,6 @@ you should place your code here."
(let ((file (tramp-file-name-localname (tramp-dissect-file-name file)))) (let ((file (tramp-file-name-localname (tramp-dissect-file-name file))))
(replace-regexp-in-string (concat "\\`" dir) "" 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) (ido-mode -1)
;; paths ;; paths