diff options
author | Thanos Apollo <[email protected]> | 2024-01-27 11:32:31 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-27 11:32:31 +0200 |
commit | f5909b70fb2cc80b44afcec1b081fcf1b8e4c495 (patch) | |
tree | 80c98fc0c5616991eed602622481e9669d367db3 /gnosis.el | |
parent | c551dcccc002bde25b2d2348d70e6634b8f01329 (diff) |
gnosis-dev: Use emacsql-sqlite-open & expand-file-name
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -725,6 +725,7 @@ Compare 2 strings, ignoring case and whitespace." (downcase (replace-regexp-in-string "\\s-" "" str2))) gnosis-string-difference)) + (defun gnosis-directory-files (&optional dir regex) "Return a list of file paths, relative to DIR directory. |