summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-08-14 21:06:32 +0200
committerAlan Pearce2015-08-14 21:06:32 +0200
commit4fa45cd1054b526056a0118d324b818eeac7d80e (patch)
tree7c08479accc6ca3ec9bb8ea1bb1a753cc4ec0014 /tag-emacs
parent75bd2030f4fea161a0cf936c22f266d51d9cefc0 (diff)
downloaddotfiles-4fa45cd1054b526056a0118d324b818eeac7d80e.tar.lz
dotfiles-4fa45cd1054b526056a0118d324b818eeac7d80e.tar.zst
dotfiles-4fa45cd1054b526056a0118d324b818eeac7d80e.zip
Fix indentation
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 6ee66a7..392f76e 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)
-         ("<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