emacs-base/README.md
2023-05-13 00:49:58 -04:00

815 B

Emacs base

Lightweight configuration of emacs with basic utilities

Support C, C++, PHP, Python, ECMAScript, HTML, Sass, less, Markdown

emacs-base

Installation

First step:

M-x package-refresh-contents [RET]

Main mirror

  1. git clone https://c.fridu.us/software/emacs-base.git ~/.emacs.d/
  2. emacs --batch --eval='(load-file "~/.emacs.d/init.el")'

Markdown Mode

  • Require installed markdown in distro GNU+Linux, example:
# apt-get install markdown
# pacman -S markdown

Flycheck Mode

  • Require installed the languages checking, example:
# pacman -S shellcheck
# pacman -S eslint
# pacman -S python-pylint

License