branch: master commit 16c8b370acf104910ef351dd0ebd9a3931b3c81e Author: Artur Malabarba <bruce.connor...@gmail.com> Commit: Artur Malabarba <bruce.connor...@gmail.com>
More abbrev --- sotlisp.el | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sotlisp.el b/sotlisp.el index c9932ba..a72cf09 100644 --- a/sotlisp.el +++ b/sotlisp.el @@ -366,6 +366,8 @@ The space char is not included. Any \"$\" are also removed." ("sw" . "selected-window$") ("syp" . "symbolp ") ("tap" . "thing-at-point 'symbol") + ("tf" . "thread-first ") + ("tl" . "thread-last ") ("u" . "unless ") ("ul" . "up-list") ("up" . "unwind-protect\n(progn $)")