diff options
author | Case Duckworth | 2021-05-26 17:29:24 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-26 17:29:24 -0500 |
commit | 8dfab51df994e1e48cf48ba55abf313f94593aa1 (patch) | |
tree | a2ef11864981566bf1369d4329e31146e1fd83b0 /early-init.el | |
parent | Change eval-after-load to with-eval-after-load (diff) | |
download | emacs-8dfab51df994e1e48cf48ba55abf313f94593aa1.tar.gz emacs-8dfab51df994e1e48cf48ba55abf313f94593aa1.zip |
Fix a weird error with straight-use-package
Description: With the (or (ignore-errors ...) (progn ...)) form, `:straight' threw an error /only/ with `avy'. I couldn't figure out what the error was by re-evaluating or changing it to just throw straight's error or anything, and straight-use-package always returned t. However, changing the form to the simpler (straight-use-package) just ... works. So I have no idea what the matter might be. I realized that I made the :straight form more complicated to begin with because I was installing a lot of different packages and they were all over the place, so I wanted to know that it failed sooner rather than later, but still load the rest of my init file. Now that my config is more stable, I feel okay taking the extra stuff out of the form.
Diffstat (limited to 'early-init.el')
0 files changed, 0 insertions, 0 deletions