From 452a6f2a2204c14ffdb6a12cc9ecfdcb3478d225 Mon Sep 17 00:00:00 2001 From: John Mastro Date: Wed, 24 Jul 2013 09:48:09 -0700 Subject: Remove use of s.el in README Since s.el is no longer a dependency it doesn't make sense to assume people have it. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.org') diff --git a/README.org b/README.org index 78d8da6..59d8406 100644 --- a/README.org +++ b/README.org @@ -40,7 +40,7 @@ for any file with an extension of ".paren": (add-hook 'lisp-mode-hook #'(lambda () (when (and buffer-file-name - (s-ends-with? ".paren" buffer-file-name)) + (string-match-p "\\.paren\\>" buffer-file-name)) (unless (slime-connected-p) (save-excursion (slime))) (trident-mode +1)))) -- cgit v1.2.3