doomemacs/core
Henrik Lissner 3c36a345d8
Fix file! not returning filename in some cases
There are scenarios where load-file-name is set, but load-in-progress is
not. It is safe to assume the value of load-file-name is always what we
want.

Also: file! now throws an error if it can't find the directory.
Otherwise we have to deal with roundabout errors from other places that
expect file! to never fail.
2019-07-27 17:00:12 +02:00
..
autoload Minor, general refactors to package API 2019-07-26 20:17:30 +02:00
cli Refactor autoloads generation 2019-07-27 16:59:10 +02:00
templates
test 💥 revise advice naming convention (1/2) 2019-07-22 02:27:45 +02:00
core-cli.el Fix 'doom refresh' skipping purging step 2019-07-26 20:17:29 +02:00
core-editor.el Refactor out nested hook defuns & refactor core.el 2019-07-27 02:46:49 +02:00
core-keybinds.el 💥 Refactor add-hook! macro & change arg order 2019-07-26 20:17:29 +02:00
core-lib.el Fix file! not returning filename in some cases 2019-07-27 17:00:12 +02:00
core-modules.el 💥 Refactor add-hook! macro & change arg order 2019-07-26 20:17:29 +02:00
core-packages.el Minor, general refactors to package API 2019-07-26 20:17:30 +02:00
core-projects.el Ensure doom-projectile-fd-binary is never nil 2019-07-24 17:09:51 +02:00
core-ui.el scroll-conservatively = 10 2019-07-27 02:46:49 +02:00
core.el Refactor out nested hook defuns & refactor core.el 2019-07-27 02:46:49 +02:00
doctor.el cli/doctor: fix stringp error if fd isn't installed 2019-07-22 02:37:47 +02:00
packages.el Add ui/hydra module 2019-07-22 23:51:12 +02:00