Jesús 0aee87cf38
- Refactoring diminish mode
The diminish mode is activated, which helps us to keep the modeline clean.
As we see, in the modeline the modes that are activated are shown, and every time
we have more activated minor-modes, which add small functionalities to Emacs.
In this case, there are many modes, that if they do not appear, nothing happens.
So we hide some, like undo-tree that will always be activated.
2018-10-02 16:45:08 -05:00
2018-10-02 16:45:08 -05:00
2018-08-11 13:03:17 -05:00
2018-10-02 16:29:29 -05:00
2018-10-02 16:45:08 -05:00
2018-07-29 20:12:28 -05:00
2018-09-25 11:28:11 -05:00
2018-08-05 17:38:07 -05:00

Emacs

Lightweight configuration of emacs with basic utilities plus personal configuration

emacs-personal

Markdown Mode

  • Require installed markdown in distro GNU+Linux, example:

    apt-get install markdown or pacman -S markdown

Flycheck Mode

  • Require installed the languages checking, example:

    pacman -S shellcheck # bash, sh

    pacman -S eslint # ECMAScript

    pacman -S python-pylint # python

License

Description
My Personal Emacs configuration
Readme GPL-3.0 433 KiB
Languages
Emacs Lisp 100%