solaryzed-emacs/tests
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
..
test-files Rename README-fzf.md to README-fzf.md 2014-09-12 12:35:49 -07:00
.gitignore add tests/ 2014-03-12 20:12:29 +01:00
emacs-visual-test.el Do not depend on the f and s packages for tests 2015-10-21 03:09:36 +02:00
emacs-visual-test.sh add tests/ 2014-03-12 20:12:29 +01:00
init.el add tests/ 2014-03-12 20:12:29 +01:00
README.org add tests/ 2014-03-12 20:12:29 +01:00

What is this?

At the moment early sketches that might become something.

The idea is to automate screenshooting to allow reviewing theme changes more quickly.