Fix indentation
1 file changed, 5 insertions(+), 5 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-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