lyjdwh / spacemacs.d

my spacemacs config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My personal Emacs configuration, modified from zilongshanren

How to use

spacemacs

git clone https://github.com/lyjdwh/spacemacs.d.git ~/.spacemacs.d
git clone -b develop https://github.com/syl20bnr/spacemacs ~/.emacs.d
sudo pacman -S emacs zeal aspell aspell-en git-delta wkhtmltopdf ccls telegram-tdlib
cnpm install mathjax-node-cli

## all-the-icons-install-fonts
## company-tabnine-install-binary

## update
## cd ~/.emacs.d && git pull --rebase

mkdir ~/bin

org protocol

https://www.orgroam.com/manual.html#Installation-_00281_0029

eaf

eaf install

git clone --depth=1 -b master https://github.com/manateelazycat/emacs-application-framework.git ~/bin/emacs-application-framework

cd ~/bin/emacs-application-framework
./install-eaf.sh

snails

cd ~/bin && git clone https://github.com/manateelazycat/snails.git
sudo pacman -S rust clang
cd ~/bin && git clone https://github.com/cireu/fuz.el
cd fuz.el
cargo build --release
cp target/release/libfuz_core.so fuz-core.so

notdeft

cd ~/bin && git clone https://github.com/hasu/notdeft.git
cd notdeft && make
cd xapian && make

Happing Hacking

About

my spacemacs config


Languages

Language:YASnippet 50.0%Language:Emacs Lisp 50.0%