diff options
author | Franck Cuny <franck@fcuny.net> | 2024-08-30 07:43:54 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-08-30 07:43:54 -0700 |
commit | fd4b83931111eb4fedfb98d8820f80ce564cc8e8 (patch) | |
tree | fa48ea0661c65a5ae87dc0875e6fe968dcda3592 | |
parent | don't mark git commit buffer as markdown (diff) | |
download | emacs.d-fd4b83931111eb4fedfb98d8820f80ce564cc8e8.tar.gz |
ensure we install json-mode
-rw-r--r-- | config/init-programming.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/init-programming.el b/config/init-programming.el index 25c7008..45b344a 100644 --- a/config/init-programming.el +++ b/config/init-programming.el @@ -170,6 +170,7 @@ ;;; JSON related modules (use-package json-mode + :ensure t :defer t :mode "\\.json\\'") |