From 4fa45cd1054b526056a0118d324b818eeac7d80e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 14 Aug 2015 21:06:32 +0200 Subject: Fix indentation --- tag-emacs/emacs.d/init.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 6ee66a75..392f76e0 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1194,11 +1194,11 @@ replace helm and ido. #+BEGIN_SRC emacs-lisp (req-package counsel - :bind (("M-x" . counsel-M-x) - ("" . counsel-M-x) - ("" . counsel-M-x) - ("C-c M-x" . execute-extended-command) - ("C-x C-f" . counsel-find-file))) + :bind (("M-x" . counsel-M-x) + ("" . counsel-M-x) + ("" . counsel-M-x) + ("C-c M-x" . execute-extended-command) + ("C-x C-f" . counsel-find-file))) #+END_SRC -- cgit 1.4.1