aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshoshin <shoshin@cicadas.surf>2022-09-07 19:54:21 -0500
committershoshin <shoshin@cicadas.surf>2022-09-07 19:54:21 -0500
commit0ea0cf9e3650a60bb231be0a3b354c90cf950048 (patch)
tree3da4f7101c4dde54b763e9f080dfb95e8722d264
parent79fd628199bb536fc0687dc82327229a03c0da1b (diff)
Fix: use cl-first in bepasty setup
-rw-r--r--shoshimacs.el2
-rw-r--r--shoshimacs.org2
2 files changed, 2 insertions, 2 deletions
diff --git a/shoshimacs.el b/shoshimacs.el
index 6f34371..7fb4af4 100644
--- a/shoshimacs.el
+++ b/shoshimacs.el
@@ -191,7 +191,7 @@
(concat "/tmp/" (buffer-name))))
(write-region nil nil tmpfile)
(let ((url
- (first (last (butlast
+ (cl-first (last (butlast
(split-string
(shell-command-to-string
(format "pastebinit -i '%s' -p %s -t '%s' -f text/plain"
diff --git a/shoshimacs.org b/shoshimacs.org
index 8f0528a..c1a3386 100644
--- a/shoshimacs.org
+++ b/shoshimacs.org
@@ -715,7 +715,7 @@ an API token is stored in my ~.authinfo~ file.
(concat "/tmp/" (buffer-name))))
(write-region nil nil tmpfile)
(let ((url
- (first (last (butlast
+ (cl-first (last (butlast
(split-string
(shell-command-to-string
(format "pastebinit -i '%s' -p %s -t '%s' -f text/plain"