This website works better with JavaScript.
Explore
Help
Sign In
angrygoats
/
emacs-config
Watch
1
Star
0
Fork
You've already forked emacs-config
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
V2 Emacs config now kept as it's own repository.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14
Commits
1
Branch
0
Tags
2.9 MiB
Tree:
7eef2fed27
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7eef2fed27'
${ noResults }
emacs-config
/
elisp
/
modes
/
json-mode-settings.el
4 lines
58 B
Raw
Normal View
History
Unescape
Escape
init
2 years ago
;; JSON mode settings
(
use-package
json-mode
:ensure
t
)