index
:
emacs.d.git
this commit
main
my emacs configuration
Franck Cuny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
emacs.d
/
modules
/
module-toml.el
blob: 42c6bf877338727af0f50337b4c287b6e5c05e01 (
plain
) (
blame
)
1
2
3
4
5
(
require
'config-package
)
(
use-package
toml-mode
:ensure
t
)
(
provide
'module-toml
)