Skip to content

Commit

Permalink
[compleseus] Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
duianto committed Aug 2, 2021
1 parent 50f4fe1 commit 7b5b69f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions layers/+completion/compleseus/funcs.el
Expand Up @@ -58,18 +58,18 @@
(interactive)
(consult-line
(if (region-active-p)
(buffer-substring-no-properties
(region-beginning) (region-end))
(thing-at-point 'symbol t))))
(buffer-substring-no-properties
(region-beginning) (region-end))
(thing-at-point 'symbol t))))

(defun spacemacs/consult-line-multi ()
(interactive)
(consult-line-multi
nil
(if (region-active-p)
(buffer-substring-no-properties
(region-beginning) (region-end))
(thing-at-point 'symbol t))))
(buffer-substring-no-properties
(region-beginning) (region-end))
(thing-at-point 'symbol t))))

(defun spacemacs/compleseus-search-auto ()
"Choose folder to search."
Expand Down

0 comments on commit 7b5b69f

Please sign in to comment.