Open svs opened 11 years ago
Hi, sorry for the late reply, I did not notice this issue! Did you require enotify-tdd in your emacs config? This is my initialization:
(add-to-list 'load-path (concat user-emacs-directory "site-lisp/enotify/"))
(setq enotify-use-next-available-port t)
(require 'enotify)
(require 'enotify-tdd)
(enotify-minor-mode t)
You can try it and see if you have problems
Hello, first of all, thanks for the effort with enotify. This is exactly what I need to put a cherry on top of my dev environment! However, I have been having some issues that I was hoping you could help me with.
First of all, emacs complains thusly when loading
Also, spectator-emacs compains thusly
Also, I see this message in emacs
Any ideas what I should do next?