fix: define doom-font-error
Was meant to be in98d753e
. Amend:98d753e103
This commit is contained in:
parent
b94d14811d
commit
3dbdcb7947
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
;;; Custom error types
|
;;; Custom error types
|
||||||
(define-error 'doom-error "An unexpected Doom error")
|
(define-error 'doom-error "An unexpected Doom error")
|
||||||
|
(define-error 'doom-font-error "Could not find a font on your system" 'doom-error)
|
||||||
(define-error 'doom-nosync-error "Doom hasn't been initialized yet; did you remember to run 'doom sync' in the shell?" 'doom-error)
|
(define-error 'doom-nosync-error "Doom hasn't been initialized yet; did you remember to run 'doom sync' in the shell?" 'doom-error)
|
||||||
(define-error 'doom-core-error "Unexpected error in Doom's core" 'doom-error)
|
(define-error 'doom-core-error "Unexpected error in Doom's core" 'doom-error)
|
||||||
(define-error 'doom-hook-error "Error in a Doom startup hook" 'doom-error)
|
(define-error 'doom-hook-error "Error in a Doom startup hook" 'doom-error)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue