Giter VIP home page Giter VIP logo

.emacs.d's Introduction

.emacs.d

A lean and fast emacs setup.

Features supported:

  • C++: autocomplete based on lsp-mod, clang, irony, cquery showing functional sigs.
  • Clean and modern configuration structure:
|_init.el - theme, init chain.
	|_site-lisp/init-custom.el  - Custom variables and functions.
	|_site-lisp/init-package.el - Emacs Package management configurations.
	|_site-lisp/init-basic.el   - Basic configuration, hotkeys.
	|_site-lisp/init-ui.el      - UI configuration.
	|_site-lisp/init-lsp        - Language Server Protocol configurations.
	|_site-lisp/init-company.el - Company/autocomplete configuration.
	|_site-lisp/init-c.el       - C/C++ configuration.
	|_site-lisp/init-vcs.el     - Git/VCS configuration.
	|_site-lisp/init-haskell.el - haskell configuration
  • Inspired by Centaur Emacs, but all standard emacs without 'centaurization'.

Installation:

Make sure that the following binaries are present on your system, that are needed and used by lsp server:

/usr/local/bin/cquery
/usr/local/bin/clang
/usr/local/bin/clang++
/usr/local/bin/clangd

(or the equivalents inside usr/bin/)

Install:

$ cd ~
$ git clone https://github.com/madjestic/.emacs.d
$ emacs

After starting emacs, the update process should start automatically. No system paths used.

Byte-compile emacs directory:

C-u 0 M-x byte-recompile-directory -> ~/.emacs.d/

delete ~/.emacs.d/init-basic.elc (there are some problems with :bind package, making compile to fail.

Happy Hacking!

.emacs.d's People

Contributors

madjestic avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.