From d343e1de599434715c857abc43b52e929d2f3815 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 21 Nov 2016 16:57:54 -0800 Subject: [Emacs] remove another TAB. --- emacs.d/init.el | 4 +--- 1 file changed, 1 insertion(+), 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)) -- cgit v1.2.3