DEV Community

Cover image for Clover - my Emacs configuration
DEADBLACKCLOVER
DEADBLACKCLOVER

Posted on • Updated on

Clover - my Emacs configuration

It's already been a year since I started developing my configuration for Emacs. I've been looking for an editor that I like for several years now. And so I decided to stop at Emacs, since it is simple and very flexible in customization. I would even say that it is a programmable code editor.

I have already released version 0.2.1 of my config. In it, I implemented support for languages:

  • C/C++
  • Java
  • Lisp
  • Node.js
  • Python
  • PHP
  • Rust
  • Scala
  • Solidity

I also added there:

  • Code highlighting and autocompletion
  • Disassembler
  • Update system
  • File tree
  • Theme and various decorations

If you use Emacs or you are just interested in my code, then please view the code.

GitHub logo deadblackclover / clover

😜 🤘 Emacs for real hackers

Clover

https://img.shields.io/github/v/release/deadblackclover/clover.svg?style=flat-square https://img.shields.io/badge/GNU%20Emacs-29.1-b48ead.svg?style=flat-square https://img.shields.io/github/last-commit/deadblackclover/clover.svg?style=flat-square

Emacs for real hackers

Installation

cd && git clone git@github.com:deadblackclover/clover.git ~/.emacs.d
Enter fullscreen mode Exit fullscreen mode

Update

Type M-x clover-update to get new version.

Documentation

img/hacker.png img/emacs.png




Top comments (0)