50ways2sayhard / .emacs.d

Emacs configuration for own use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emacs config for self use

Personal Emacs configuration, only tested on macOS with Emacs 29 or higher.

Main features:

  • Package managed by elpaca and use-package
  • Lsp feature provided by built-in eglot.
  • Optimized for dart and flutter programing.

Installation

Run the following script to install Emacs and this configuration:

cd ~
mv .emacs.d .emacs.d.bak
git clone https://github.com/50ways2sayhard/.emacs.d.git
cd .emacs.d
cp init-custom-example.el init-custom.el
make env

Reference

About

Emacs configuration for own use

License:ISC License


Languages

Language:Emacs Lisp 97.9%Language:Common Lisp 2.0%Language:Makefile 0.0%