An open API service indexing awesome lists of open source software.

https://github.com/vharmain/.emacs.d

Personal Emacs configuration
https://github.com/vharmain/.emacs.d

Last synced: 3 months ago
JSON representation

Personal Emacs configuration

Awesome Lists containing this project

README

          

* README

Personal Emacs configuration for Emacs 28.

#+begin_src shell
brew tap d12frosted/emacs-plus
brew install emacs-plus@28 --with-xwidgets --with-nobu417-big-sur-icon --with-native-comp

# Junk that needs to be installed outside Emacs
# ispell
brew install ispell

# Cloudformation
brew install ruby brew-gem cfn-lint
brew gem install cfn-nag

# Clojure
brew install clojure/tools/clojure
brew install borkdude/brew/clj-kondo
brew install clojure-lsp/brew/clojure-lsp-native
brew install borkdude/brew/jet

# JavaScript
brew install node npm
npm install -g eslint prettier

# Python
brew install pyright
brew install black

# Forth
brew install gforth

# ripgrep
brew install ripgrep
#+end_src

See [[file:init.el]]