all repos — nixfiles @ 65f9082920ad3d3d92929d68a125986a8c70cd0b

System and user configuration, managed by nix and home-manager

Move install functionality to rcm hooks

Alan Pearce
commit

65f9082920ad3d3d92929d68a125986a8c70cd0b

parent

81c8016d1e296ed91af69f2d5bf435d7d657af04

1 file changed, 6 insertions(+), 0 deletions(-)

changed files
A hooks/post-up/emacs
@@ -0,0 +1,6 @@
+#!/usr/bin/env zsh + +if [[ -s $commands[emacs] ]] +then + emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/ +fi