Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jarohen/dot-emacs
My Emacs dotfiles
https://github.com/jarohen/dot-emacs
clojure doom-emacs-configuration emacs lsp
Last synced: 20 days ago
JSON representation
My Emacs dotfiles
- Host: GitHub
- URL: https://github.com/jarohen/dot-emacs
- Owner: jarohen
- License: unlicense
- Created: 2022-04-11T12:11:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T08:50:42.000Z (8 months ago)
- Last Synced: 2024-04-16T12:17:44.253Z (8 months ago)
- Topics: clojure, doom-emacs-configuration, emacs, lsp
- Language: Emacs Lisp
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= dot-emacs
My https://github.com/doomemacs/[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.
* https://github.com/luxbock/evil-cleverparens[evil-cleverparens]== Installation
This repo uses https://www.gnu.org/software/stow/[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.