diff options
| author | Vineet Kumar <git@vineetk.net> | 2026-05-23 19:31:57 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-05-23 19:33:24 -0400 |
| commit | 439ca14932d7b3aafe3f3cb07b4551a1f4443bad (patch) | |
| tree | cb41f3651a1acfb2f83bac74962ee2c926954185 | |
| parent | cae99f70652312a19e0e19bf4bda63c091c268f9 (diff) | |
fix build errors and remove f.el dependencyv1.0
| -rw-r--r-- | kasi.el | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -51,7 +51,9 @@ | |||
| 51 | (totp \"\") | 51 | (totp \"\") |
| 52 | (extra-notes \"\"))\n" | 52 | (extra-notes \"\"))\n" |
| 53 | "Template that gets filled in to newly created secret files. | 53 | "Template that gets filled in to newly created secret files. |
| 54 | Two %s are needed for password and username for now.") | 54 | Two %s are needed for password and username for now." |
| 55 | :type 'string | ||
| 56 | :group 'kasi) | ||
| 55 | 57 | ||
| 56 | (defvar kasi-version "1.0") | 58 | (defvar kasi-version "1.0") |
| 57 | 59 | ||
| @@ -120,7 +122,7 @@ Uses /dev/urandom for cryptographic security." | |||
| 120 | kasi-dir file kasi-extension))) | 122 | kasi-dir file kasi-extension))) |
| 121 | (mkdir (format "%s/%s" | 123 | (mkdir (format "%s/%s" |
| 122 | kasi-dir | 124 | kasi-dir |
| 123 | (car (f-split file))) | 125 | (car (split-string file "/"))) |
| 124 | t) | 126 | t) |
| 125 | (with-temp-file filename | 127 | (with-temp-file filename |
| 126 | (insert (format kasi-template | 128 | (insert (format kasi-template |
