Compare commits

..

No commits in common. "6bbd60b89e1961f8ae55cdffed1121e80ff6982e" and "ebf0f7a1b6654091df2755df542612d98b8a15cb" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -11,7 +11,6 @@
:general
([remap describe-function] #'helpful-callable)
([remap describe-variable] #'helpful-variable)
([remap describe-key] #'helpful-key)
(normal helpful-mode-map "TAB" #'forward-button))
([remap describe-key] #'helpful-key))
(provide 'init-help)

View File

@ -9,9 +9,7 @@
(setq tab-always-indent 'complete)
(evil-collection-company-setup)
:custom
(company-idle-delay 0.3)
:general
([remap indent-for-tab-command] #'company-indent-or-complete-common))
(company-idle-delay 0.1))
;; Flycheck gives you error squigglies
(use-package flycheck