tpadioleau / .emacs.d

Personal emacs configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emacs.d

Installation

To install the configuration, go into your home and clone the repository:

cd ~ && git clone https://github.com/tpadioleau/.emacs.d.git

Don't forget to remove any old .emacs.d configuration before cloning.

Then call all-the-icons-install-fonts to install needed fonts.

Usage

Ccls

Ccls uses a compilation database. To generate it go into the build directory and do:

cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON /path/to/sources

It will generate a compile_commands.json file, containing necessary commands to compile source files.

Acknowledgements

This emacs configuration is inspired by the centaur and doom-emacs configurations.

About

Personal emacs configuration

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 94.4%Language:YASnippet 5.6%