repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
anvil-editor: init at 0.4
[NixPkgs.git]
/
pkgs
/
applications
/
editors
/
emacs
/
elisp-packages
/
update-melpa
blob
5c636416a5e6b09c2e00f32f653533c14c553200
1
#! /usr/bin/env nix-shell
2
#! nix-shell --show-trace ./updater-emacs.nix -i bash
3
4
SCRIPT_DIR="$( cd "$(dirname "$0")" ; pwd -P )"
5
6
exec emacs --fg-daemon=updater --quick -l $SCRIPT_DIR/update-melpa.el -f run-updater "$@"