chore(gs/emacs): Remove old commented out config

Change-Id: Id1b90d8ae9cd8071be378a0062668d6bde0080a2
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1323
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2020-07-20 11:14:42 -04:00 committed by glittershark
parent a89c2f9bd8
commit 071eefe4c2

View file

@ -34,24 +34,6 @@
(require 's)
(require 'tvl)
;; (add-to-list 'load-path
;; (concat
;; (s-trim
;; (shell-command-to-string
;; "nix-build --no-link '<nixpkgs>' -A mu"))
;; "/share/emacs/site-lisp/mu4e"))
; (defconst rust-src-path
; (-> "/Users/griffin/.cargo/bin/rustc --print sysroot"
; shell-command-to-string
; string-trim
; (concat "/lib/rustlib/src/rust/src")))
;
; (setenv "RUST_SRC_PATH" rust-src-path)
;
; (after! racer
; (setq racer-rust-src-path rust-src-path))
;
(add-hook! rust-mode
(flycheck-rust-setup)
(flycheck-mode)