9bad13b2ff57

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 27 Aug 2020 22:45:20 -0400
parents 09a358e965b2
children bb1f0bc31860
branches/tags (none)
files hgrc vim/vimrc

Changes

--- a/hgrc	Tue Jul 28 22:55:48 2020 -0400
+++ b/hgrc	Thu Aug 27 22:45:20 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	Tue Jul 28 22:55:48 2020 -0400
+++ b/vim/vimrc	Thu Aug 27 22:45:20 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 "}}}