Skip to content

Latest commit

 

History

History
83 lines (69 loc) · 4.4 KB

emacs.md

File metadata and controls

83 lines (69 loc) · 4.4 KB

Bookmarks tagged [emacs]

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...


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

Rust Major Mode


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

Rust support for Flycheck


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

Autocompletion (see also company and auto-complete)


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

Add rls support to lsp-mode


https://github.com/jorgenschaefer/elpy

Emacs Python Development Environment.


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

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


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


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

(PDF)


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


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


http://emacsrocks.com/

Rocking emacs tricks and tips screencast.