doomemacs/core
Henrik Lissner e632871a11
core-cli: backport more refactors from rewrite
Still a long way to go, but this introduces a few niceties for
debugging CLI failures:

+ The (extended) output of the last bin/doom command is now logged to
  ~/.emacs.d/.local/doom.log
+ If an error occurs, short backtraces are displayed whether or not you
  have debug mode on. The full backtrace is written to
  ~/.emacs.d/.local/doom.error.log.
+ bin/doom now aborts with a warning if:
  - The script itself or its parent directory is a symlink. It's fine if
    ~/.emacs.d is symlinked though.
  - Running bin/doom as root when your DOOMDIR isn't in /root/.
  - If you're sporting Emacs 26.1 (now handled in the elisp side rather
    than the /bin/sh shebang preamble).
+ If a 'doom sync' was aborted prematurely, you'll be warned that Doom
  was left in an inconsistent state and that you must run `doom sync`
  again.

May address #3746
2020-08-24 23:00:32 -04:00
..
autoload core-cli: backport more refactors from rewrite 2020-08-24 23:00:32 -04:00
cli core-cli: backport more refactors from rewrite 2020-08-24 23:00:32 -04:00
templates Update help keybinds in 'doom install' postamble 2020-07-28 20:08:32 -04:00
test core-cli: backport more refactors from rewrite 2020-08-24 23:00:32 -04:00
core-cli.el core-cli: backport more refactors from rewrite 2020-08-24 23:00:32 -04:00
core-editor.el Don't recenter window after better-jumper jump 2020-08-21 15:49:39 -04:00
core-keybinds.el ns-right-option-modifier = none 2020-08-18 20:32:34 -04:00
core-lib.el Fix deduplication in add-load-path! 2020-08-07 18:28:36 +02:00
core-modules.el core-cli: backport more refactors from rewrite 2020-08-24 23:00:32 -04:00
core-packages.el Add :shadow parameter to package! 2020-08-24 22:27:40 -04:00
core-projects.el Reduce projectile cache limit 2020-08-01 15:19:59 -04:00
core-ui.el Remove mac-specific packages from core 2020-08-20 03:33:35 -04:00
core.el core-cli: backport more refactors from rewrite 2020-08-24 23:00:32 -04:00
packages.el Refactor doom-debug-mode 2020-08-21 01:26:24 -04:00