EXWM: Add TODO on the double warning window

master
Pierre Neidhardt 2017-09-14 13:57:09 +01:00
parent 30ad1f3c66
commit 8080582bbd
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ If there is none, fire it up."
(exwm-input-set-key (kbd "s-r") #'exwm-start)
;;; Check for start-up errors. See ~/.profile.
;;; TODO: This pops 2 windows on non-EXWM EMacs (or non-daemon?).
(let ((error-logs (directory-files "~" t "errors.*log$")))
(when error-logs
(warn "Error during system startup. See %s." (mapconcat 'identity error-logs ", "))