all repos — nixfiles @ 4fa45cd1054b526056a0118d324b818eeac7d80e

System and user configuration, managed by nix and home-manager

Fix indentation
Alan Pearce alan@alanpearce.co.uk
Fri, 14 Aug 2015 21:06:32 +0200
commit

4fa45cd1054b526056a0118d324b818eeac7d80e

parent

75bd2030f4fea161a0cf936c22f266d51d9cefc0

1 files changed, 5 insertions(+), 5 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1194,11 +1194,11 @@ ** counsel 
 #+BEGIN_SRC emacs-lisp
   (req-package counsel
-     :bind (("M-x" . counsel-M-x)
-         ("<apps>" . counsel-M-x)
-         ("<menu>" . counsel-M-x)
-         ("C-c M-x" . execute-extended-command)
-         ("C-x C-f" . counsel-find-file)))
+    :bind (("M-x" . counsel-M-x)
+           ("<apps>" . counsel-M-x)
+           ("<menu>" . counsel-M-x)
+           ("C-c M-x" . execute-extended-command)
+           ("C-x C-f" . counsel-find-file)))
 #+END_SRC