File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8383## Useful links ##
8484
8585* Emacs mac port on [ MacPorts] ( https://www.macports.org/ ) (not be maintained by the maintainer of this repo):
86- - [ emacs-mac-app] ( https://ports.macports.org/port/emacs-mac-app/ )
86+ - [ emacs-mac-app] ( https://ports.macports.org/port/emacs-mac-app/ )
8787 - [ emacs-mac-app-devel] ( https://ports.macports.org/port/emacs-mac-app-devel/ )
8888
8989* Switch meta and option key - https://gist.github.com/3498096
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ echo "apply patch: multi-tty"
1616patch -d " $OUTPUT_DIR " -p1 < ../patches/emacs-mac-29.2-rc-1-multi-tty.diff
1717
1818echo " apply patch: Make man more portable"
19- patch -d " $OUTPUT_DIR " = p1 < ../patches/emacs-mac-30-Make-man-more-portable.diff
19+ patch -d " $OUTPUT_DIR " - p1 < ../patches/emacs-mac-30-Make-man-more-portable.diff
2020
2121echo " apply patch: --with-natural-title-bar"
2222patch -d " $OUTPUT_DIR " -p1 < ../patches/emacs-mac-title-bar-9.1.diff
You can’t perform that action at this time.
0 commit comments