Skip to content

yanboyang713/meta-emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meta-emacs

emacs

Pre-install

git clone git@github.com:yanboyang713/meta-emacs.git ~/.emacs.d
git clone git@github.com:yanboyang713/org.git ~/
paru -S base-devel libpng zlib poppler-glib
paru -S ttf-roboto-mono-nerd
paru -S pyenv
pyenv install 3.10.10
paru -S hunspell
paru -S texlive texlive-lang biber

python3 -m pip install --break-system-packages epc orjson sexpdata six setuptools paramiko rapidfuzz

Set-up Git

Installation

Install On Mac

xcode-select --install

Download emacs git code

$ git clone --depth 1 git://git.savannah.gnu.org/emacs.git

Install compile dependencies

$ brew install autoconf automake texinfo gnutls pkg-config libxml2 --debug --verbose

Compile emacs git

$ cd ./emacs && ./autogen.sh

$ export LDFLAGS="-L/usr/local/opt/libxml2/lib"
$ export CPPFLAGS="-I/usr/local/opt/libxml2/include"
$ export PKG_CONFIG_PATH="/usr/local/opt/libxml2/lib/pkgconfig"

$ ./configure && make && make install

Install in launcher:

open -R nextstep/Emacs.app

and dragging Emacs to the Applications folder.

Add config in ~/.emacs

Install On Arch Linux

yay -S emacs-git

https://github.com/doomemacs/doomemacs/blob/master/docs/getting_started.org#install

Why use Emacs?

https://emacs.sexy/

Emacs Lisp

https://learnxinyminutes.com/docs/elisp/

Releases

No releases published

Packages

No packages published