summary refs log tree commit diff
path: root/emacs.d/modules/module-c.el
blob: e1e848c94520cb5a7841f19a0942345b353c8ae7 (plain) (blame)
1
2
3
4
5
(use-package google-c-style
  :commands
  (google-set-c-style))

(provide 'module-c)