index
:
emacs.d
master
My personal emacs config.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
init
/
prog-mode
/
init-prog-mode.el
blob: eec98118de030e56368fa4cd7fe40c68a5ac3895 (
plain
)
1
2
3
4
5
(
require
'init-text-mode
)
(
load
"init-prog-mode-hooks"
)
(
provide
'init-prog-mode
)