branch: master
commit 6ccb05dff891ed63bd59a55157c69de6da45e570
Author: Artur Malabarba <[email protected]>
Commit: Artur Malabarba <[email protected]>
More abbrevs
---
sotlisp.el | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/sotlisp.el b/sotlisp.el
index d093f0c..ffe5af6 100644
--- a/sotlisp.el
+++ b/sotlisp.el
@@ -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")