Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 241 Bytes

File metadata and controls

12 lines (10 loc) · 241 Bytes

Archived from README.md

Install Emacs 28 on Mac:

brew tap railwaycat/emacsmacport
brew install --cask emacs-mac

Show only open applications in Dock:

defaults write com.apple.dock static-only -bool TRUE; killall Dock