all repos — nixfiles @ 560868dbb5e7d19d166bab4da1d0221adba887bb

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

hooks/post-up/emacs (view raw)

1
2
3
4
5
6
#!/usr/bin/env zsh

if [[ -s $commands[emacs] ]]
then
	emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/
fi