mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
Merge d3171a819d into a4a61976dc
This commit is contained in:
commit
f7340076e3
1 changed files with 3 additions and 4 deletions
|
|
@ -297,12 +297,11 @@ to least recommended for Doom (based on compatibility).
|
||||||
ln -s /usr/local/opt/emacs-mac/Emacs.app /Applications/Emacs.app
|
ln -s /usr/local/opt/emacs-mac/Emacs.app /Applications/Emacs.app
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
- [[https://github.com/d12frosted/homebrew-emacs-plus][emacs-plus]]. Some users have
|
- [[https://github.com/d12frosted/homebrew-emacs-plus][emacs-plus]]
|
||||||
experienced [flashing artifacts when scrolling](https://github.com/d12frosted/homebrew-emacs-plus/issues/314):
|
|
||||||
#+BEGIN_SRC bash
|
#+BEGIN_SRC bash
|
||||||
brew tap d12frosted/emacs-plus
|
brew tap d12frosted/emacs-plus
|
||||||
brew install emacs-plus
|
brew install emacs-plus@30 --with-modern-doom3-icon
|
||||||
ln -s /usr/local/opt/emacs-plus/Emacs.app /Applications/Emacs.app
|
osascript -e 'tell application "Finder" to make alias file to posix file "/opt/homebrew/opt/emacs-plus@30/Emacs.app" at posix file "/Applications" with properties {name:"Emacs.app"}'
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
- [[https://formulae.brew.sh/formula/emacs][emacs]] is another acceptable option, **but does not provide a Emacs.app**:
|
- [[https://formulae.brew.sh/formula/emacs][emacs]] is another acceptable option, **but does not provide a Emacs.app**:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue