--- a/hgrc Fri Aug 07 14:12:06 2020 -0400
+++ b/hgrc Thu Aug 27 22:46:44 2020 -0400
@@ -124,7 +124,7 @@
cm = commit -m
cus = commit -m 'Update subrepository state'
cmm = commit -m 'Merge'
-cmt = commit -m 'Update TODO'
+ct = commit -m 'Update TODO' TODO .TODO.done
cb = commit -m 'Close branch' --close-branch
# Merge shortcuts.
--- a/vim/vimrc Fri Aug 07 14:12:06 2020 -0400
+++ b/vim/vimrc Thu Aug 27 22:46:44 2020 -0400
@@ -948,11 +948,11 @@
NeoRepl ccl-vlime
endfunction "}}}
function! OpenLispReplECL() "{{{
- NeoRepl ecl-nrepl
+ NeoRepl ecl-vlime
call InitializeLispRepl()
endfunction "}}}
function! OpenLispReplABCL() "{{{
- NeoRepl abcl-nrepl
+ NeoRepl abcl-vlime
call InitializeLispRepl()
endfunction "}}}