]> code.delx.au - gnu-emacs-elpa/commitdiff
More abbrev
authorArtur Malabarba <bruce.connor.am@gmail.com>
Mon, 22 Feb 2016 16:13:18 +0000 (13:13 -0300)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Mon, 22 Feb 2016 16:13:18 +0000 (13:13 -0300)
sotlisp.el

index c9932ba9c3f03b9601edc9b915686a1beb0a5d7c..a72cf0911f38384ae7839e143e26a2e7cbbf2567 100644 (file)
@@ -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 $)")