reformat various files, removing tabs
This commit is contained in:
parent
f3a6bfa427
commit
958780da2d
|
@ -21,7 +21,8 @@
|
|||
(use-package corfu
|
||||
:ensure t
|
||||
:hook (after-init . global-corfu-mode)
|
||||
:bind (:map corfu-map
|
||||
:bind
|
||||
( :map corfu-map
|
||||
("<tab>" . corfu-complete))
|
||||
:config
|
||||
(setq tab-always-indent 'complete)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(use-package magit
|
||||
:ensure t
|
||||
:bind (("C-x g" . magit-status)))
|
||||
:bind
|
||||
(("C-x g" . magit-status)))
|
||||
|
|
|
@ -77,7 +77,8 @@
|
|||
|
||||
(use-package helpful
|
||||
:ensure t
|
||||
:bind (([remap describe-function] . helpful-callable)
|
||||
:bind
|
||||
(([remap describe-function] . helpful-callable)
|
||||
([remap describe-variable] . helpful-variable)
|
||||
([remap describe-key] . helpful-key)
|
||||
([remap describe-command] . helpful-command)))
|
||||
|
|
Loading…
Reference in a new issue