From 071eefe4c242cdb96adf399627c42b9497616419 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 20 Jul 2020 11:14:42 -0400 Subject: 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 --- users/glittershark/emacs.d/config.el | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'users') 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 '' -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) -- cgit 1.4.1