如何让Emacs shell命令发送桌面通知

2023-04-12 08:24:00 命令 发送 桌面

如何让Emacs shell命令发送桌面通知

通过设置emacs变量'notify-send-shell-command-notify-flag'为t,可以让Emacs发送桌面通知来提示shell命令执行结果。

设置方法:

在emacs配置文件中加入如下一行:

(setq notify-send-shell-command-notify-flag t)

重启emacs后,当执行shell命令时,会在桌面上弹出通知提示执行结果。

相关文章