Emacs links
2020-07-30
Table of Contents
Add MELPA package list
You can install many Emacs packages from MELPA repository. See my config.
Interesting Emacs packages available from MELPA
- magit — manage git repository from Emacs, especially interactive rewriting of the history is made easy and staging and committing individual chunks (fragments) of files is also handy
- flx — fuzzy search sorter for Ivy, Counsel, and Swiper
- vterm —
libvterm
based terminal emulator for Emacs - lsp-mode — Language Server Protocol support for Emacs
- company-lsp — completion using
lsp-mode
- go-mode — Go editing mode
- markdown-mode — Markdown editing mode (see also CommonMark)
- apropospriate-theme — an Emacs themes with dark and light background
- leuven-theme — an Emacs theme with a light background (see screenshots)
- nimbus-theme — an Emacs theme with a dark background
- white-sand-theme — an Emacs theme with a light background (see screenshots)
- greymatters-theme — an Emacs theme with a light background (see screenshots)
- professional-theme — Emacs port of Vim’s professional theme (see also other Emacs themes)
- htmlize — convert Emacs buffer or a file to HTML with the same syntax highlighting
- go-playground — local Go playground in Emacs
- paredit — structural editing of lisp code (see animated demo)
Using Go under Emacs
See my config.
Using Python under Emacs
See my config.
Using C/C++ under Emacs
See my config.