.emacs.d

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

commit c45add32b45604fa949a9d8f6887857fd4160962
parent 3c67861a1db30eb2b67ea021c9a2dee3b1da4746
Author: Hugo Soucy <hsoucy@kronostechnologies.com>
Date:   Thu,  4 Oct 2018 11:25:58 -0400

Remove the `use-package` for the silver searcher

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

diff --git a/partials/extras.el b/partials/extras.el @@ -85,11 +85,6 @@ :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")))