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
- Host: GitHub
- URL: https://github.com/vharmain/.emacs.d
- Owner: vharmain
- Created: 2021-08-19T13:19:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T16:34:20.000Z (about 3 years ago)
- Last Synced: 2026-01-27T23:45:23.271Z (5 months ago)
- Language: Emacs Lisp
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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]]