1
0
Fork 0

Search in multiple places for toast.exe on Windows

This commit is contained in:
Tom Willemse 2020-01-26 22:59:26 -08:00
parent 00228c6a1a
commit e582c98bf3

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2020.0121.231217
;; Version: 2020.0121.231724
;; Package-Requires: (alert)
;; This program is free software; you can redistribute it and/or modify
@ -34,8 +34,8 @@
(setq alert-default-style 'toaster)
(setq alert-toaster-command
(car (cl-remove-if (lambda (loc) (not (file-exists-p loc)))
' ("~/source/repos/toaster/toast/bin/Release/toast.exe"
"U:/projects/toaster/toast/bin/Release/toast.exe"))))
(list (expand-file-name "~/source/repos/toaster/toast/bin/Release/toast.exe")
"U:/projects/toaster/toast/bin/Release/toast.exe"))))
(setq alert-toaster-default-icon emacs-icon))
(setq alert-default-style 'libnotify))