We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Thanks for emacs-everywhere ❤️ Just what I was looking for.
However, it currently doesn't support FreeBSD. I get:
*ERROR*: No app-info function is set, see ‘emacs-everywhere-app-info-function’
I'll raise a PR to add FreeBSD support shortly :)
The text was updated successfully, but these errors were encountered:
PRs welcome 🙂
Sorry, something went wrong.
I faced with the same problem and use the next hack to use emacs-everywhere in FreeBSD (use-package involved):
emacs-everywhere
use-package
(use-package emacs-everywhere :config (if (eq system-type 'berkeley-unix) (progn (setq emacs-everywhere--display-server 'x11) (setq emacs-everywhere-app-info-function #'emacs-everywhere--app-info-linux-x11) (setq emacs-everywhere-copy-command (list "xclip" "-selection" "clipboard" "%f")) (setq emacs-everywhere-paste-command (list "xdotool" "key" "--clearmodifiers" "Shift+Insert")) (setq emacs-everywhere-window-focus-command (list "xdotool" "windowactivate" "--sync" "%w")))))
No branches or pull requests
Thanks for emacs-everywhere ❤️ Just what I was looking for.
However, it currently doesn't support FreeBSD. I get:
I'll raise a PR to add FreeBSD support shortly :)
The text was updated successfully, but these errors were encountered: