--- a/.hgsub Thu Nov 08 18:11:27 2018 -0500
+++ b/.hgsub Mon Nov 26 10:31:19 2018 -0500
@@ -16,6 +16,7 @@
vim/bundle/html5 = [git]https://github.com/othree/html5.vim
vim/bundle/indent-object = [git]https://github.com/michaeljsmith/vim-indent-object
vim/bundle/javascript = [git]https://github.com/pangloss/vim-javascript
+vim/bundle/jsx = [git]https://github.com/mxw/vim-jsx
vim/bundle/markdown = [git]https://github.com/sjl/vim-markdown
vim/bundle/miniyank = [git]https://github.com/bfredl/nvim-miniyank
vim/bundle/nerdtree = [git]https://github.com/scrooloose/nerdtree
--- a/.hgsubstate Thu Nov 08 18:11:27 2018 -0500
+++ b/.hgsubstate Mon Nov 26 10:31:19 2018 -0500
@@ -15,7 +15,8 @@
1d84591fff04caebab75cba2294fc3843f0a4a29 vim/bundle/gundo
fccd580f5f11d576169ee347907c9fbd77af410a vim/bundle/html5
78fffa609b3e6b84ef01ee4c9aba6d7435d7b18e vim/bundle/indent-object
-39e332a3c36c0115e1eab85c34cf121b7585869d vim/bundle/javascript
+dd84369d731bcb8feee0901cbb9b63a2b219bf28 vim/bundle/javascript
+ffc0bfd9da15d0fce02d117b843f718160f7ad27 vim/bundle/jsx
e2d7fcd682a461a3951e8b5067cc8a0083e75e35 vim/bundle/markdown
1362fdc7c32855794659cafe6e65d3239843d9df vim/bundle/miniyank
d6032c876c6d6932ab7f07e262a16c9a85a31d5b vim/bundle/nerdtree
--- a/bin/cacl Thu Nov 08 18:11:27 2018 -0500
+++ b/bin/cacl Mon Nov 26 10:31:19 2018 -0500
@@ -3,6 +3,6 @@
set -e
LISPS=("sbcl" "ccl" "abcl" "ecl")
-LISPS=("sbcl" "ccl")
-~/src/cacl/cacl-$(shuf -n1 -e "${LISPS[@]}")
+LISPS=("sbcl" "ccl" "ecl")
+rlwrap ~/src/cacl/cacl-$(shuf -n1 -e "${LISPS[@]}")
--- a/gitconfig Thu Nov 08 18:11:27 2018 -0500
+++ b/gitconfig Mon Nov 26 10:31:19 2018 -0500
@@ -59,6 +59,7 @@
delete-local-reference-to-remote-branch = "!sh -c 'git branch -rd $1/$2' -"
delete-remote-branch = "!sh -c 'git push $1 --delete $2' -"
delete-branch = "!sh -c 'git delete-local-branch $1; git remotes | cut -f1 | sort | uniq | xargs -n1 -I % git delete-local-reference-to-remote-branch % $1' -"
+ delete-current-branch = "!bash -c 'git checkout master && git delete-branch $1' - $(git currentbranch)"
currentbranch = rev-parse --abbrev-ref HEAD
--- a/gitignore Thu Nov 08 18:11:27 2018 -0500
+++ b/gitignore Mon Nov 26 10:31:19 2018 -0500
@@ -13,3 +13,4 @@
*.fasl
.notmylispwords
.*.done
+*.lx64fsl
--- a/vim/custom-dictionary.utf-8.add Thu Nov 08 18:11:27 2018 -0500
+++ b/vim/custom-dictionary.utf-8.add Mon Nov 26 10:31:19 2018 -0500
@@ -265,3 +265,6 @@
unmarshal
lol
Dihydrogen
+whitespace
+dropdown
+jQuery