My current dotfiles
Find a file
Tom Willemse 85a3512b05 Improve ensure-package macro
- Rename to “ensure-library”, since I’m really trying to make sure a
  certain library is installed and calling something like the following
  is just silly:

    (ensure-package geiser-impl :package geiser)

- Rename the “:from” keyword parameter to “:package” since it is
  ambiguous when a “:path” keyword parameter is added, which could also
  be considered to determine from where a library is loaded.

- Add the “:path” keyword parameter, some libraries aren’t managed by
  package.el but by me. This parameter adds its value to the load path
  before attempting to check if it has been installed.

- Instead of checking if the package is installed and can be located,
  just try requiring it. This is easier for libraries not managed by
  package.el, since they will technically not be installed.
2016-07-25 22:07:47 +02:00
emacs Improve ensure-package macro 2016-07-25 22:07:47 +02:00
git/.config/git Add git configuration 2016-07-17 15:53:46 +02:00
herbstluftwm/.config/herbstluftwm Update herbstluftwm config 2016-07-24 01:11:17 +02:00
stow/usr/bin Pass all parameters to stow 2016-07-17 15:16:00 +02:00
zsh Store outline settings in directory instead of file 2016-07-17 15:44:27 +02:00
.dir-locals.el Store outline settings in directory instead of file 2016-07-17 15:44:27 +02:00