Skip to content

Latest commit

 

History

History
executable file
·
29 lines (19 loc) · 601 Bytes

README.md

File metadata and controls

executable file
·
29 lines (19 loc) · 601 Bytes

.emacs.d

About

This is my personal Clojure preferences folder.

Installation

I install emacs on my Mac using emacs-plus.

brew tap d12frosted/emacs-plus
brew install emacs-plus@28 --with-no-titlebar --with-xwidgets

Other Requirements

  • clj-kondo must be on your $PATH
  • brew install ag (for searching)

Using Straight

M-x straight-pull-all        # Update all packages
M-x straight-freeze-versions # Write lock file
M-x straight-thaw-versions   # Revert packages to lock file