Search in multiple places for toast.exe on Windows
This commit is contained in:
parent
00228c6a1a
commit
e582c98bf3
1 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue