bin/doom: minimize user-error messages
This commit is contained in:
parent
9e0e586dd8
commit
e5096f854d
1 changed files with 2 additions and 0 deletions
2
bin/doom
2
bin/doom
|
@ -88,6 +88,8 @@
|
|||
(setq argv nil
|
||||
noninteractive 'doom)
|
||||
(condition-case e (doom-dispatch args)
|
||||
(user-error
|
||||
(signal (car e) (cdr e)))
|
||||
((debug error)
|
||||
(message "--------------------------------------------------\n")
|
||||
(message "There was an unexpected error:")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue