From 2ad67392a6a42a51a8fb47b080a2c38bbec4fd03 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Thu, 2 Jul 2020 14:54:28 -0400 Subject: feat(gs/emacs): Set compile-command in nix buffers When visiting buffers that represent home-manager or nixos modules, set compile-command to the relevant switch command. Change-Id: I565e092d1e6b97eb7fee9d88211c0ee6ebb30b53 Reviewed-on: https://cl.tvl.fyi/c/depot/+/846 Reviewed-by: glittershark --- users/glittershark/emacs.d/config.el | 1 + 1 file changed, 1 insertion(+) (limited to 'users/glittershark/emacs.d/config.el') diff --git a/users/glittershark/emacs.d/config.el b/users/glittershark/emacs.d/config.el index c1ff282a38..fcddf238bc 100644 --- a/users/glittershark/emacs.d/config.el +++ b/users/glittershark/emacs.d/config.el @@ -27,6 +27,7 @@ (load! "github-org") (load! "org-gcal") (load! "grid") +(load! "nix") (require 's) (require 'tvl) -- cgit 1.4.1