start refactoring init to better use 'use-package'
This commit is contained in:
@@ -7,6 +7,5 @@
|
||||
|
||||
;; Code completion
|
||||
(add-hook 'racer-mode-hook #'company-mode)
|
||||
(require 'rust-mode)
|
||||
(define-key rust-mode-map (kbd "TAB") #'company-indent-or-complete-common)
|
||||
(setq company-tooltip-align-annotations t)
|
||||
|
||||
Reference in New Issue
Block a user