summary refs log tree commit diff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/init.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 79160a3..e1d2ccd 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -52,9 +52,7 @@
 (use-package ag
   ;; interface to the 'ag' tool
   :ensure t
-
-  :commands (counsel-ag
-	     ag)
+  :commands (counsel-ag ag)
   :init
   (setq ag-reuse-buffers t
         ag-reuse-window t))