Add an option for self-updating composer (fix #318) (#346)

This commit is contained in:
Roey Darwish Dror
2020-03-08 21:38:25 +02:00
committed by GitHub
parent ad93f683be
commit ce7af763bb
4 changed files with 50 additions and 8 deletions

View File

@@ -39,6 +39,13 @@
# Do not set the terminal title
#set_title = false
# Cleanup temporary or old files
#cleanup = true
#[composer]
#self_update = true
# Commands to run before anything
#[pre_commands]
#"Emacs Snapshot" = "rm -rf ~/.emacs.d/elpa.bak && cp -rl ~/.emacs.d/elpa ~/.emacs.d/elpa.bak"
@@ -46,6 +53,3 @@
# Custom commands
#[commands]
#"Python Environment" = "~/dev/.env/bin/pip install -i https://pypi.python.org/simple -U --upgrade-strategy eager jupyter"
# Cleanup temporary or old files
#cleanup = true