Updating dotfiles.

This commit is contained in:
Derek Taylor
2020-09-29 16:28:27 -05:00
parent e8ae19d7ad
commit af5b75ee4d
204 changed files with 1870 additions and 2063 deletions

View File

@@ -69,7 +69,7 @@
(use-package! racer
:unless (featurep! +lsp)
:hook (rustic-mode . racer-mode)
:hook (rustic-mode-local-vars . racer-mode)
:init
;; HACK Fix #2132: `racer' depends on `rust-mode', which tries to modify
;; `auto-mode-alist'. We make extra sure that doesn't stick, especially