diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-07-23 10:46:20 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-23 10:46:20 -0700 |
commit | 246552ff22965014c1f1075d11c19b645cea18b5 (patch) | |
tree | c9695162555ae061840d578a0da1e81b499507e8 /emacs.d | |
parent | [emacs] set the fci-rule-color to red. (diff) | |
download | emacs.d-246552ff22965014c1f1075d11c19b645cea18b5.tar.gz |
[emacs] install and use github-browse-file package
Diffstat (limited to '')
-rw-r--r-- | emacs.d/packages.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/packages.el b/emacs.d/packages.el index 19e1944..de0ad54 100644 --- a/emacs.d/packages.el +++ b/emacs.d/packages.el @@ -76,6 +76,10 @@ :ensure t :defer t) +(use-package github-browse-file + :ensure t + :defer t) + (use-package go-eldoc :ensure t :defer t |