dehli / .emacs.d

My personal emacs config.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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

About

My personal emacs config.


Languages

Language:Emacs Lisp 97.1%Language:YASnippet 2.9%