From 0cbc0f232af0a3b63533807b885de87abe0266f5 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 30 May 2016 19:10:04 +0200 Subject: [PATCH] sbt: enable ctrl+c --- Makefile | 2 +- sbt/0.13/global.sbt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 sbt/0.13/global.sbt diff --git a/Makefile b/Makefile index a964f98..fa1854e 100644 --- a/Makefile +++ b/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 diff --git a/sbt/0.13/global.sbt b/sbt/0.13/global.sbt new file mode 100644 index 0000000..6f9808c --- /dev/null +++ b/sbt/0.13/global.sbt @@ -0,0 +1 @@ +cancelable in Global := true