medalotte / .emacs.d

My Emacs configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.emacs.d

My Emacs configuration

Dependencies

Please refer to the Dockerfile in the repository below.

Installation

$ cd $HOME
$ git clone https://github.com/medalotte/.emacs.d && cd .emacs.d
$ emacs --batch -f batch-byte-compile init.el
$ emacs

After Emacs launches, execute the following command:

  • M-x all-the-icons-install-fonts
  • M-x company-tabnine-install-binary

exit Emacs:

  • C-x C-c

and recompile init.el:

$ emacs --batch -f batch-byte-compile init.el

About

My Emacs configuration

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 72.9%Language:YASnippet 27.1%