From e44cd2242c332d21293db1b6bf2cbf6befb0824d Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Mon, 7 Sep 2020 11:02:54 -0500 Subject: [PATCH] Add ag to emacs config --- emacs.org | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/emacs.org b/emacs.org index 39a395a..fb055bc 100644 --- a/emacs.org +++ b/emacs.org @@ -1238,14 +1238,20 @@ FIXME abandon in lieu of rtags? :config (cscope-setup)) #+END_SRC +*** TODO ag validate + +#+BEGIN_SRC emacs-lisp +(use-package ag :defer t) +#+END_SRC + * mode related *** common defaults Common mode defaults I think are sensible. -***** prog-mode hook +***** TODO prog-mode hooks to use-package -FIXME think this should get use-packaged +ALl this crap should be moved into use-package declarations. #+BEGIN_SRC emacs-lisp (add-hook 'prog-mode-hook