commit 439ca14932d7b3aafe3f3cb07b4551a1f4443bad
parent cae99f70652312a19e0e19bf4bda63c091c268f9
Author: Vineet Kumar <git@vineetk.net>
Date: Sat, 23 May 2026 19:31:57 -0400
fix build errors and remove f.el dependency
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/kasi.el b/kasi.el
@@ -51,7 +51,9 @@
(totp \"\")
(extra-notes \"\"))\n"
"Template that gets filled in to newly created secret files.
-Two %s are needed for password and username for now.")
+Two %s are needed for password and username for now."
+ :type 'string
+ :group 'kasi)
(defvar kasi-version "1.0")
@@ -120,7 +122,7 @@ Uses /dev/urandom for cryptographic security."
kasi-dir file kasi-extension)))
(mkdir (format "%s/%s"
kasi-dir
- (car (f-split file)))
+ (car (split-string file "/")))
t)
(with-temp-file filename
(insert (format kasi-template