From 0a739a8fcb33b34848bfe98e29bc3b9a5537fdd1 Mon Sep 17 00:00:00 2001 From: Xe Date: Wed, 22 Dec 2021 12:58:31 -0500 Subject: [PATCH] fix spacemacs error Signed-off-by: Xe --- common/users/cadey/spacemacs/spacemacs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/users/cadey/spacemacs/spacemacs b/common/users/cadey/spacemacs/spacemacs index daceaed..0f5c22c 100644 --- a/common/users/cadey/spacemacs/spacemacs +++ b/common/users/cadey/spacemacs/spacemacs @@ -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