dev: Fix indentions
This commit is contained in:
parent
853c462c33
commit
403d278c97
1 changed files with 3 additions and 3 deletions
|
@ -53,6 +53,6 @@
|
||||||
(use-package company
|
(use-package company
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind (:map company-active-map
|
:bind (:map company-active-map
|
||||||
("RET" . nil)
|
("RET" . nil)
|
||||||
("<return>" . nil)
|
("<return>" . nil)
|
||||||
("M-RET" . company-complete-selection)))
|
("M-RET" . company-complete-selection)))
|
||||||
|
|
Loading…
Reference in a new issue