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

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

[elpa] master b512a3d 2/7: More abbrevs


From: Artur Malabarba
Subject: [elpa] master b512a3d 2/7: More abbrevs
Date: Mon, 22 Feb 2016 16:15:59 +0000

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

    More abbrevs
---
 sotlisp.el |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/sotlisp.el b/sotlisp.el
index 9483bf9..e6646d9 100644
--- a/sotlisp.el
+++ b/sotlisp.el
@@ -6,7 +6,7 @@
 ;; URL: https://github.com/Malabarba/speed-of-thought-lisp
 ;; Keywords: convenience, lisp
 ;; Package-Requires: ((emacs "24.1"))
-;; Version: 1.4.1
+;; Version: 1.5
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -259,6 +259,7 @@ The space char is not included.  Any \"$\" are also 
removed."
     ("dfv" . "defvar $ t\n  \"\"")
     ("dk" . "define-key ")
     ("dl" . "dolist (it $)")
+    ("dt" . "dotimes (it $)")
     ("dmp" . "derived-mode-p '")
     ("dm" . "defmacro $ ()\n  \"\"\n  ")
     ("dr" . "delete-region ")
@@ -347,7 +348,7 @@ The space char is not included.  Any \"$\" are also 
removed."
     ("sf" . "search-forward $ nil 'noerror")
     ("sfr" . "search-forward-regexp $ nil 'noerror")
     ("sic" . "self-insert-command")
-    ("sl" . "string<")
+    ("sl" . "setq-local ")
     ("sm" . "string-match \"$\"")
     ("smd" . "save-match-data")
     ("sn" . "symbol-name ")



reply via email to

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