sbt: enable ctrl+c
This commit is contained in:
parent
f5f2daa7dd
commit
0cbc0f232a
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ FILES = bashrc bash_profile vimrc zshrc gitconfig screenrc commonshrc liquidprom
|
||||
gnomerc gvimrc muttrc pentadactylrc mailcap latexmkrc ctags \
|
||||
i3/config i3status.conf msmtprc spacemacs emacs.d mbsyncrc authinfo \
|
||||
config/qutebrowser config/nvim/init.vim ideavimrc agignore \
|
||||
$(wildcard sbt/0.13/plugins/*.sbt)
|
||||
$(wildcard sbt/0.13/*.sbt sbt/0.13/plugins/*.sbt)
|
||||
|
||||
.PHONY: install clean check
|
||||
|
||||
|
1
sbt/0.13/global.sbt
Normal file
1
sbt/0.13/global.sbt
Normal file
@ -0,0 +1 @@
|
||||
cancelable in Global := true
|
Loading…
Reference in New Issue
Block a user