Compare commits
2 Commits
ebf0f7a1b6
...
6bbd60b89e
Author | SHA1 | Date | |
---|---|---|---|
|
6bbd60b89e | ||
|
99d2981753 |
@ -11,6 +11,7 @@
|
|||||||
:general
|
:general
|
||||||
([remap describe-function] #'helpful-callable)
|
([remap describe-function] #'helpful-callable)
|
||||||
([remap describe-variable] #'helpful-variable)
|
([remap describe-variable] #'helpful-variable)
|
||||||
([remap describe-key] #'helpful-key))
|
([remap describe-key] #'helpful-key)
|
||||||
|
(normal helpful-mode-map "TAB" #'forward-button))
|
||||||
|
|
||||||
(provide 'init-help)
|
(provide 'init-help)
|
||||||
|
@ -9,7 +9,9 @@
|
|||||||
(setq tab-always-indent 'complete)
|
(setq tab-always-indent 'complete)
|
||||||
(evil-collection-company-setup)
|
(evil-collection-company-setup)
|
||||||
:custom
|
:custom
|
||||||
(company-idle-delay 0.1))
|
(company-idle-delay 0.3)
|
||||||
|
:general
|
||||||
|
([remap indent-for-tab-command] #'company-indent-or-complete-common))
|
||||||
|
|
||||||
;; Flycheck gives you error squigglies
|
;; Flycheck gives you error squigglies
|
||||||
(use-package flycheck
|
(use-package flycheck
|
||||||
|
Loading…
Reference in New Issue
Block a user