branch: master commit 231d2c3b9030346c96539f16df0e1287dade9a71 Author: Artur Malabarba <bruce.connor...@gmail.com> Commit: Artur Malabarba <bruce.connor...@gmail.com>
Better abbrevs --- sotlisp.el | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sotlisp.el b/sotlisp.el index 4b88503..429499b 100644 --- a/sotlisp.el +++ b/sotlisp.el @@ -243,6 +243,7 @@ The space char is not included. Any \"$\" are also removed." ("k" . "kbd \"$\"") ("kb" . "kill-buffer") ("kn" . "kill-new ") + ("kp" . "keywordp ") ("l" . "lambda ($)") ("la" . "looking-at \"$\"") ("lap" . "looking-at-p \"$\"") @@ -286,8 +287,8 @@ The space char is not included. Any \"$\" are also removed." ("s" . "setq ") ("sb" . "search-backward $ nil 'noerror") ("sbr" . "search-backward-regexp $ nil 'noerror") - ("scb" . "skip-chars-backward \"$\r\n[:blank:]\"") - ("scf" . "skip-chars-forward \"$\r\n[:blank:]\"") + ("scb" . "skip-chars-backward \"$\\r\\n[:blank:]\"") + ("scf" . "skip-chars-forward \"$\\r\\n[:blank:]\"") ("se" . "save-excursion") ("sf" . "search-forward $ nil 'noerror") ("sfr" . "search-forward-regexp $ nil 'noerror")