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
|
||||
:ensure t
|
||||
:bind (:map company-active-map
|
||||
("RET" . nil)
|
||||
("<return>" . nil)
|
||||
("M-RET" . company-complete-selection)))
|
||||
("RET" . nil)
|
||||
("<return>" . nil)
|
||||
("M-RET" . company-complete-selection)))
|
||||
|
|
Loading…
Reference in a new issue