Skip to content

Commit

Permalink
new commented settings for macOS emacs binary distros: Vincent"s Modi…
Browse files Browse the repository at this point in the history
…fied and Homebrew
  • Loading branch information
rsparapa committed Feb 11, 2023
1 parent b6aefb9 commit 8b4664e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Makeconf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,24 @@ EMACSBATCH ?= $(EMACS) -batch -Q
# INFODIR=/usr/local/info
# ETCDIR =$(PREFIX)/etc/ess

##__ Vincent Goulet's Modified Emacs __ for macOS
## site-lisp is empty: payload is in lisp directory
# PREFIX=/Applications/Emacs.app/Contents/Resources
# EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs
# SITELISP=$(PREFIX)/lisp
# LISPDIR=$(SITELISP)/ess
# INFODIR=/usr/local/info
# ETCDIR =$(PREFIX)/etc/ess

##__ GNU Emacs with Homebrew __ for macOS
## site-lisp is not within .app directory
# PREFIX=/Applications/Emacs.app/Contents/Resources
# EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs
# SITELISP=/opt/homebrew/share/emacs/site-lisp
# LISPDIR=$(SITELISP)/ess
# INFODIR=/usr/local/info
# ETCDIR =$(PREFIX)/etc/ess

##__ Aquamacs __ (donated by Dan Knoepfle, Mar 26, 2011)
# PREFIX=/Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes
# EMACS=/Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Expand Down

0 comments on commit 8b4664e

Please sign in to comment.