Skip to content

(N)Vim has the superior keybindings, and Emacs has all the mojo. Here's my evil bastard config.

License

Notifications You must be signed in to change notification settings

monkeyjunglejuice/doom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doom Emacs Config with Vim keybindings

How to install Doom Emacs on MacOS

1. Install Emacs Plus from Homebrew: https://github.com/d12frosted/homebrew-emacs-plus

brew install d12frosted/emacs-plus/emacs-plus \
    --with-no-frame-refocus \
    --with-xwidgets \
    --with-imagemagick \
    --with-native-comp \
    --with-c9rgreen-sonoma-icon

2. Create the Emacs.app alias in /Applications; adapt the version number in the file path if necessary:

osascript -e 'tell application "Finder" to make alias file to posix file "/usr/local/opt/emacs-plus@29/Emacs.app" at posix file "/Applications" with properties {name:"Emacs.app"}'

3. The Emacs.app maybe blocked due to MacOS security mechanisms. Apply the following commands to the actual app file (not to the alias in the /Applications directory):

xattr -c /usr/local/opt/emacs-plus@29/Emacs.app
sudo codesign --force --deep --sign - /usr/local/opt/emacs-plus@29/Emacs.app

About

(N)Vim has the superior keybindings, and Emacs has all the mojo. Here's my evil bastard config.

Topics

Resources

License

Stars

Watchers

Forks