From 0ea0cf9e3650a60bb231be0a3b354c90cf950048 Mon Sep 17 00:00:00 2001 From: shoshin Date: Wed, 7 Sep 2022 19:54:21 -0500 Subject: Fix: use cl-first in bepasty setup --- shoshimacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shoshimacs.org') 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" -- cgit v1.2.3