jarohen / dot-emacs

My Emacs dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dot-emacs

My Doom Emacs configuration, largely for Clojure development.

I aim to be as close as possible to the default Doom configuration, on the assumption that this will reduce the amount of work I have to do on upgrades.

  • Vim bindings

  • CIDER + clojure-lsp (no clj-refactor)

    • Reduced LSP UI to avoid distractions.

  • evil-cleverparens

Installation

This repo uses GNU Stow for dotfile management (which I highly recommend!)

  • Clone this repo to a directory in your home directory, with submodules (--recursive)

  • stow -S doom-emacs sets up symlinks in your home directory.

  • stow -D doom-emacs backs it out.

License

These dotfiles are free and unencumbered public domain software. For more information, see http://unlicense.org/ or the accompanying LICENSE file.

About

My Emacs dotfiles

License:The Unlicense


Languages

Language:Emacs Lisp 100.0%