.emacs.d

My Emacs configuration files.
Log | Files | Refs | README

commit 121209eff4ef166665d3d7d8bb796fab797c3d4c
parent c45add32b45604fa949a9d8f6887857fd4160962
Author: Hugo Soucy <hsoucy@kronostechnologies.com>
Date:   Wed, 10 Oct 2018 10:31:59 -0400

Add the ag front end for the silver searcher

Diffstat:
Mpartials/extras.el | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/partials/extras.el b/partials/extras.el @@ -85,6 +85,11 @@ :config (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 '((sequence "TODO" "INPROGRESS" "REVIEW" "WAITING" "DELEGATED" "DONE")))