anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / applications / editors / emacs / elisp-packages / update-melpa
blob5c636416a5e6b09c2e00f32f653533c14c553200
1 #! /usr/bin/env nix-shell
2 #! nix-shell --show-trace ./updater-emacs.nix -i bash
4 SCRIPT_DIR="$( cd "$(dirname "$0")" ; pwd -P )"
6 exec emacs --fg-daemon=updater --quick -l $SCRIPT_DIR/update-melpa.el -f run-updater "$@"