-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Info directory not included in default installation #2
Comments
Hi @avendael , sorry for the delay! I am out of town and have limit time facing my laptop...will continue when I get home on Thursday. |
It's ok, no worries :) |
Hi @avendael , I think I find out why. Homebrew requests an environment So you need to Thanks to point out this, I will update this to readme of homebrew-emacsmacport and formula :) |
No problem @railwaycat. Sorry for the late reply and thank you for this :) I'll probably be keeping this variable in my |
While visiting info mode (C-h i), I noticed that the info node for org-mode is not present. I looked into
Info-default-directory-list
and found this:However, there is no such directory
/usr/local/Cellar/emacs-mac/emacs-24.3-mac-4.5/share/info/emacs/
. As a workaround, I copied the info directory contents from the emacs-mac-port repo and restarted emacs. Now I can see the info nodes included in the default emacs installation. It would be nice if these are included in the default emacs-mac installation.The text was updated successfully, but these errors were encountered: