diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-07-20T15·14-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-07-20T15·51+0000 |
commit | 071eefe4c242cdb96adf399627c42b9497616419 (patch) | |
tree | 3fc6b073b19eab25ac140477c7a036264003c567 /users/glittershark/emacs.d | |
parent | a89c2f9bd895ae08093fcd137abf2a3c93b53df7 (diff) |
chore(gs/emacs): Remove old commented out config r/1411
Change-Id: Id1b90d8ae9cd8071be378a0062668d6bde0080a2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1323 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'users/glittershark/emacs.d')
-rw-r--r-- | users/glittershark/emacs.d/config.el | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/users/glittershark/emacs.d/config.el b/users/glittershark/emacs.d/config.el index 8c8355538341..4459a2b0ac53 100644 --- a/users/glittershark/emacs.d/config.el +++ b/users/glittershark/emacs.d/config.el @@ -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) |