doomemacs/core
Henrik Lissner 63e25b349d
Silence undo-tree a little less destructively
undo-tree-load-history was formerly advised with doom*shut-up, which
uses the quiet! macro to suppress output. quiet! accomplishes this by
temporarily redefining message to a no-op function. However, if a fatal
error occurs while this binding is active, in some cases, message will
remain redefined, perpetually silencing all output to the minibuffer.

This tries to mitigate that, at least where undo-tree is concerned.

Also sharp-quotes an unquoted function.
2018-10-16 02:51:11 -04:00
..
autoload doom-project-find-file: unset projectile-project-root 2018-10-14 23:59:26 -04:00
cli Don't always create dummy files on doom quickstart 2018-10-06 20:44:25 -04:00
templates
test Update doom-project-root test 2018-09-28 21:25:32 -04:00
core-cli.el bin/doom: make invalid command a user-error 2018-09-28 22:29:42 -04:00
core-editor.el Silence undo-tree a little less destructively 2018-10-16 02:51:11 -04:00
core-keybinds.el
core-lib.el fix setq-hook error path 2018-10-04 00:38:05 +01:00
core-modules.el Refactor & optimize doom! + module API 2018-09-25 23:52:20 -04:00
core-os.el
core-packages.el Refactor quiet! to be less destructive 2018-09-28 21:13:27 -04:00
core-projects.el projectile-require-project-root = t 2018-09-28 21:13:27 -04:00
core-ui.el Fix doom-serif-font and doom-variable-pitch-font: they need to be set for current frame too 2018-10-03 23:03:11 +01:00
core.el Don't byte-compile xdg-path in doom-private-dir 2018-10-06 20:44:25 -04:00
packages.el