diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-11-21 16:57:54 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-11-21 16:57:54 -0800 |
commit | d343e1de599434715c857abc43b52e929d2f3815 (patch) | |
tree | 1ecf273184a263a600b9116500c2be5f09c837a4 | |
parent | [Emacs] Add colors for flymake status. (diff) | |
download | emacs.d-d343e1de599434715c857abc43b52e929d2f3815.tar.gz |
[Emacs] remove another TAB.
-rw-r--r-- | emacs.d/init.el | 4 |
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)) |