emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 6ccb05d 10/13: More abbrevs


From: Artur Malabarba
Subject: [elpa] master 6ccb05d 10/13: More abbrevs
Date: Wed, 05 Aug 2015 21:54:12 +0000

branch: master
commit 6ccb05dff891ed63bd59a55157c69de6da45e570
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]