homebrew-emacs
homebrew-emacs copied to clipboard
Various Emacs formulae for the Homebrew package manager
…again. I want the stuff in this repo to be tappable again. That doesn't work anymore. This is a huge mergeset but the changes are all trivial - there are...
Tried to start using dunn/emacs. ``` $ brew tap dunn/emacs Updating Homebrew... ==> Tapping dunn/emacs Cloning into '/usr/local/Homebrew/Library/Taps/dunn/homebrew-emacs'... remote: Enumerating objects: 6304, done. remote: Total 6304 (delta 0), reused 0...
Running Mac OS X 10.13.5 Here's the output when i do brew install pdf-tools ``` bash ==> make server/epdfinfo Last 15 lines from /Users/agw/Library/Logs/Homebrew/pdf-tools/01.make: clang -DHAVE_CONFIG_H -I. -w -g -O2...
/usr/local/Homebrew/Library/Homebrew/utils/github.rb:258:in `raise_api_error': Validation Failed: [{"message"=>"The listed users and repositories cannot be searched either because the resources do not exist or you do not have permission to view them.", "resource"=>"Search", "field"=>"q",...
Hi, Alex, I would like to take over maintenance of this repository. Ideally, I would like the ownership assigned to the [Hops](https://github.com/brew-stuff) organization that I've set up to aggregate my...
Just tried installing `magit` again after setting up a new system. I hope this is just my mistake and I am too ignorant to know the easy way around this....
Emacs has the concept of [autoloading](https://www.gnu.org/software/emacs/manual/html_node/elisp/Autoload.html), which allows registering functions but deferring loading of them until a later time to reduce startup time. This is especially useful if a user...
I have enabled the oh-my-zsh plugin [emacs](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/emacs), which aliases `emacs` to a `emacsclient.sh` script that starts an emacs server and emacs gui. When I tapped `dunn/emacs` and when installing/updating/uninstalling formulae...