Skip to content

Commit

Permalink
add json mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dej4vu committed Oct 1, 2024
1 parent 8fb665f commit 325a966
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
(require 'init-llm)
(require 'init-csv)
(require 'init-lua)
(require 'init-json)

(when (file-exists-p custom-file)
(load custom-file))
Expand Down
4 changes: 4 additions & 0 deletions lisp/init-json.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
;; json mode
(use-package json-mode)

(provide 'init-json)

0 comments on commit 325a966

Please sign in to comment.