emacs.md

July 15, 2021 · View on GitHub

Bookmarks tagged [emacs]

www.codever.land/bookmarks/t/emacs

How do I make Git use the editor of my choice for commits?

https://stackoverflow.com/questions/2596805/how-do-i-make-git-use-the-editor-of-my-choice-for-commit...

If you want to set the editor only for Git, do either (you don’t need both):

Set core.editor in your Git config: git config --global core.editor "vim" Set the GIT_EDITOR environment variable: `ex...


rust-mode

https://github.com/rust-lang/rust-mode

Rust Major Mode


flycheck-rust

https://github.com/flycheck/flycheck-rust

Rust support for Flycheck


emacs-racer

https://github.com/racer-rust/emacs-racer

Autocompletion (see also company and auto-complete)


lsp-rust

https://github.com/emacs-lsp-legacy/lsp-rust

Add rls support to lsp-mode


elpy

https://github.com/jorgenschaefer/elpy

Emacs Python Development Environment.


awesome-emacs

https://github.com/emacs-tw/awesome-emacs#readme

A community driven list of useful Emacs packages, libraries and others. - emacs-tw/awesome-emacs


Una Introducción a Emacs Lisp en Español

http://savannah.nongnu.org/git/?group=elisp-es


GNU Emacs Manual

https://www.gnu.org/software/emacs/manual/pdf/emacs.pdf

(PDF)


GNU Emacs Lisp Reference Manual

http://www.gnu.org/software/emacs/manual/elisp.html


An Introduction to Programming in Emacs Lisp, 3rd Edition

https://www.gnu.org/software/emacs/manual/html_node/eintr/index.html


Emacs Rocks!

http://emacsrocks.com/

Rocking emacs tricks and tips screencast.