Skip to content

Latest commit

 

History

History
28 lines (28 loc) · 588 Bytes

README.org

File metadata and controls

28 lines (28 loc) · 588 Bytes

Personal Emacs Configuration

Installation

  • Emacs Plus
    brew tap d12frosted/emacs-plus
    brew install emacs-plus@29 --with-native-comp
        

Prerequisites

  • ripgrep
    brew install ripgrep
        
  • fira code
    brew tap homebrew/cask-fonts
    brew install --cask font-fira-code
        

Errors

linker library load error

brew reinstall gcc libgccjit

or

emacs -Q & \
find-file init.el & \
M-x eval-buffer