]> code.delx.au - gnu-emacs-elpa/commitdiff
More abbrevs
authorArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 5 Aug 2015 21:51:21 +0000 (22:51 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 5 Aug 2015 21:51:21 +0000 (22:51 +0100)
sotlisp.el

index d093f0cad6a5d26401c7281c969b14c336e2957f..ffe5af6ecd961050a51845c75300d2fea54087f2 100644 (file)
@@ -275,6 +275,7 @@ The space char is not included.  Any \"$\" are also removed."
     ("i" . "insert ")
     ("ie" . "ignore-errors ")
     ("ii" . "interactive")
+    ("il" . "if-let (($))")
     ("ir" . "indent-region ")
     ("jcl" . "justify-current-line ")
     ("jl" . "delete-indentation")
@@ -356,7 +357,7 @@ The space char is not included.  Any \"$\" are also removed."
     ("wcb" . "with-current-buffer ")
     ("wf" . "write-file ")
     ("wh" . "while ")
-    ("wl" . "window-list nil 'nominibuffer")
+    ("wl" . "when-let (($))")
     ("we" . "window-end")
     ("ws" . "window-start")
     ("wtb" . "with-temp-buffer")