Skip to content

edvin/edmacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 

Repository files navigation

EdMacs

Installation

git clone https://github.com/edvin/edmacs ~/.emacs.d

Prerequisites

go install github.com/rogpeppe/godef@master
go install github.com/go-delve/delve/cmd/dlv@master
go install golang.org/x/tools/gopls@latest
go install github.com/lighttiger2505/sqls@latest

# Ubuntu
sudo apt-get install libtree-sitter-dev

# Arch
yay libgccjit
yay libtree

Fonts: https://www.jetbrains.com/lp/mono/#how-to-install'

Compile Emacs from source

Download: https://www.gnu.org/software/emacs/manual/html_node/efaq/Installing-Emacs.html

Configure

./configure --with-pgtk --with-native-compilation
make -j 8
sudo make install

Refcard

https://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf

About

Edvin's Emacs configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published