Remove Racer support
This commit is contained in:
parent
7f7ed215eb
commit
9dbbf28346
32
init.el
32
init.el
@ -371,32 +371,6 @@
|
|||||||
:mode
|
:mode
|
||||||
("\\.fish\\'" . fish-mode))
|
("\\.fish\\'" . fish-mode))
|
||||||
|
|
||||||
;;====================
|
|
||||||
;; Exec-Path-From-Shell (PATH Setting)
|
|
||||||
;;====================
|
|
||||||
|
|
||||||
;; Load Exec-Path-From-Shell (Non-Windows systems only)
|
|
||||||
(unless (string-equal system-type "windows-nt")
|
|
||||||
(use-package exec-path-from-shell
|
|
||||||
:demand
|
|
||||||
t
|
|
||||||
:custom
|
|
||||||
(exec-path-from-shell-arguments '("-l"))
|
|
||||||
:config
|
|
||||||
(add-to-list 'exec-path-from-shell-variables '"RUST_SRC_PATH")
|
|
||||||
(exec-path-from-shell-initialize)))
|
|
||||||
|
|
||||||
;;====================
|
|
||||||
;; Racer (Rust Completion)
|
|
||||||
;;====================
|
|
||||||
|
|
||||||
;; Load Racer
|
|
||||||
(use-package racer
|
|
||||||
:custom
|
|
||||||
(racer-rust-src-path nil)
|
|
||||||
:hook
|
|
||||||
(rust-mode . racer-mode))
|
|
||||||
|
|
||||||
;;====================
|
;;====================
|
||||||
;; Package-Lint (Elisp Package Linter)
|
;; Package-Lint (Elisp Package Linter)
|
||||||
;;====================
|
;;====================
|
||||||
@ -468,12 +442,6 @@
|
|||||||
:after
|
:after
|
||||||
(company))
|
(company))
|
||||||
|
|
||||||
;; [Rust]
|
|
||||||
;; Load Company-Racer
|
|
||||||
(use-package company-racer
|
|
||||||
:after
|
|
||||||
(company))
|
|
||||||
|
|
||||||
;;====================
|
;;====================
|
||||||
;; Smart-Tabs-Mode (Superior Indentation Method)
|
;; Smart-Tabs-Mode (Superior Indentation Method)
|
||||||
;;====================
|
;;====================
|
||||||
|
Loading…
Reference in New Issue
Block a user