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 :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)

View File

@ -9,9 +9,7 @@
(setq tab-always-indent 'complete) (setq tab-always-indent 'complete)
(evil-collection-company-setup) (evil-collection-company-setup)
:custom :custom
(company-idle-delay 0.3) (company-idle-delay 0.1))
: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