diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-02-28 17:28:01 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-02-28 17:28:01 -0800 |
commit | f87f7898d9e0d8f22dcd2c73ac50f081e96601aa (patch) | |
tree | 716620853ecfbdae76ae2388cd1ef2d6c27b2b71 | |
parent | [emacs] No, smaller font :p (diff) | |
download | emacs.d-f87f7898d9e0d8f22dcd2c73ac50f081e96601aa.tar.gz |
[emacs] Add Google's C style guide.
-rw-r--r-- | emacs.d/lib/packages.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/lib/packages.el b/emacs.d/lib/packages.el index ff0ca3a..1d42e09 100644 --- a/emacs.d/lib/packages.el +++ b/emacs.d/lib/packages.el @@ -178,6 +178,9 @@ (add-hook 'before-save-hook 'gofmt-before-save) (add-hook 'go-mode-hook 'fc/my-go-hook))) +(use-package google-c-style + :ensure t) + (use-package ibuffer ;; configuration for ibuffer :ensure t |