sauron
sauron copied to clipboard
emacs event log (WIP)
It is a refinement for sauron-org
Is mu4e a requirement for using sauron? because I'm getting "eval-buffer: Cannot open load file: No such file or directory, mu4e" when trying to start it, and it's not starting....
After upgrading master branch Emacs to `52cd63d1` (20190227) from `b32ac17` (20190203), ERC events are not being logged. Here are steps to reproduce the problem. 1. emacs -Q 2. Evaluate this...
I tried seeing if its possible to see system notifications with dbus in sauron, but i couldnt figure it out, if its even possible.
The following code makes *Sauron* be an emacs "side window" see https://www.gnu.org/software/emacs/draft/manual/html_node/elisp/Frame-Layouts-with-Side-Windows.html Basically it works like the sauron embedded window is supposed to, but is more robust in some ways....
Hi! Thanks for your work! I tried your module, with dbus. But I have a trouble with it. Redefine modules: `(setq sauron-modules '(sauron-dbus sauron-org sauron-notifications)) ` And please, look at:...
I've split out the code to mark a Sauron line as "handled" to its own function. That way, a line can be marked as "read" without having to activate it....