文件名称:alert:Emacs的类似低吼的警报通知程序
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-24 04:29:41
EmacsLisp
Alert是Emacs的一种类似Growl的工作方式,它使用一个公共的通知界面和多个可选的“样式”,这些样式的使用可由用户完全自定义。 对于模块编写者 只需使用alert而不是message ,如下所示: (require 'alert) ; ; This is the most basic form usage (alert " This is an alert " ) ; ; You can adjust the severity for more important messages (alert " This is an alert " :severity 'high) ; ; Or decrease it for purely informative ones (alert " This is an alert " :severity 'trivial) ; ; Alerts
【文件预览】:
alert-master
----alert.el(46KB)
----README.md(7KB)