index
:
emacs.d
master
My personal emacs config.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config
/
package
/
config-package.el
blob: d3be495ddea5e934f9b1b8d9bbd7400dad43f793 (
plain
)
1
2
3
4
(
setq
package-archives
nil
package-check-signature
'all
)
(
provide
'config-package
)