commit 3c67861a1db30eb2b67ea021c9a2dee3b1da4746 parent bd70f14026aa8f746900f31d24fa576fb798d375 Author: Hugo Soucy <hsoucy@kronostechnologies.com> Date: Tue, 2 Oct 2018 10:07:09 -0400 Add the silver search package and a partial for go Diffstat:
M | partials/extras.el | | | 8 | ++++++-- |
A | partials/go.el | | | 3 | +++ |
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/partials/extras.el b/partials/extras.el @@ -83,8 +83,12 @@ :ensure t :pin melpa :config - (dumb-jump-mode 1) - ) + (dumb-jump-mode 1)) + +(use-package ag + ;; A front-end for ag ('the silver searcher'), the C ack replacement. + :ensure t + :pin melpa) ;; Org-mode seetings (setq org-todo-keywords diff --git a/partials/go.el b/partials/go.el @@ -0,0 +1,3 @@ +;; +;; GO LANG PACKAGES +;;