Commit graph

6 commits

Author SHA1 Message Date
Yann Esposito (Yogsototh)
86b5ba6a9f
moved to solaryzed 2019-10-18 00:11:59 +02:00
Jonas Bernoulli
c809270740 Do not depend on the f and s packages for tests
`s' was not used directly but is a dependency of `f'.  The only
function from `f' which was used here is `f-expand' which is
defined like so:

  (defun f-expand (path &optional dir)
    "Expand PATH relative to DIR (or `default-directory')."
    (directory-file-name (expand-file-name path dir)))

Since the `directory-file-name' part is irrelevant in our usage,
we might as well just use `expand-file-name'.

Also remove some empty lines and the empty and not properly
terminated "Commentary" section.
2015-10-21 03:09:36 +02:00
Sean Farley
7fa540fca3 Rename README-fzf.md to README-fzf.md 2014-09-12 12:35:49 -07:00
Thomas Frössman
ee02a3b117 add test readme.md files 2014-03-30 21:25:45 +02:00
Thomas Frössman
f2a038d8d8 test stuyff 2014-03-13 15:31:57 +01:00
Thomas Frössman
ccbb5aae01 add tests/ 2014-03-12 20:12:29 +01:00