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
/
custom
/
fcuny-company.el
blob: 0ea1fade018feb4a6ce3a0a7b22f0d2ab5d83239 (
plain
) (
blame
)
1
2
3
4
5
(
use-package
company
:ensure
t
:diminish
company-mode
)
(
provide
'fcuny-company
)