pacman -Sy emacs
systemctl --user enable --now emacs
Clone the repo:
git clone https://github.com/jrfferreira/emacs-config ~/emacs-config
Backup old config if needed:
mv ~/.emacs.d ~/.emacs.d.bak
mv ~/.emacs ~/.emacs.bak
Link new config:
ln -s ~/emacs-config ~/.emacs.d
- Magit
- Flycheck
- General
- Helm
- Projectile
- Javascript + React + Web
- Python
- Rust
Emacs.app actually launches using a ruby script. As a result, MacOS Catalina uses the permissions set for ruby, not the permissions for Emacs.app. Open
General Settings -> Security & Privacy -> Privacy
, selectFull Disk Access
in the left pane, then click+
and add/usr/bin/ruby
to resolve your issue./usr
is hidden by default on MacOS but you can toggle visibility in Finder by usingShift+Command+Period