summaryrefslogtreecommitdiff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-11-21 16:57:54 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-11-21 16:57:54 -0800
commitd343e1de599434715c857abc43b52e929d2f3815 (patch)
tree1ecf273184a263a600b9116500c2be5f09c837a4 /emacs.d/init.el
parent[Emacs] Add colors for flymake status. (diff)
downloademacs.d-d343e1de599434715c857abc43b52e929d2f3815.tar.gz
[Emacs] remove another TAB.
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))