Add a flag to control setting the terimnal title (fix #194)

This commit is contained in:
Roey Darwish Dror
2019-09-05 20:52:51 +03:00
parent b80f31db37
commit 78cfffb73b
4 changed files with 26 additions and 3 deletions

View File

@@ -16,6 +16,8 @@
# Arguments to pass Git when pulling Repositories
#git_arguments = "--rebase --autostash"
# Do not set the terminal title
#set_title = false
# Commands to run before anything
#[pre_commands]
#"Emacs Snapshot" = "rm -rf ~/.emacs.d/elpa.bak && cp -rl ~/.emacs.d/elpa ~/.emacs.d/elpa.bak"