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...
- :calendar: published on: 2010-04-08
- tags: git, vim, emacs, editor, commit-message
rust-mode
https://github.com/rust-lang/rust-mode
Rust Major Mode
- tags: rust, ide, emacs
- :octocat: source code
flycheck-rust
https://github.com/flycheck/flycheck-rust
Rust support for Flycheck
- tags: rust, ide, emacs
- :octocat: source code
emacs-racer
https://github.com/racer-rust/emacs-racer
Autocompletion (see also company and auto-complete)
- tags: rust, ide, emacs
- :octocat: source code
lsp-rust
https://github.com/emacs-lsp-legacy/lsp-rust
Add rls support to lsp-mode
- tags: rust, ide, emacs
- :octocat: source code
elpy
https://github.com/jorgenschaefer/elpy
Emacs Python Development Environment.
- tags: python, editor-plugins, ide, emacs
- :octocat: source code
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
- tags: awesome-list, editor, emacs
- :octocat: source code
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)
- tags: free-programming-books, emacs
GNU Emacs Lisp Reference Manual
http://www.gnu.org/software/emacs/manual/elisp.html
- tags: free-programming-books, emacs
An Introduction to Programming in Emacs Lisp, 3rd Edition
https://www.gnu.org/software/emacs/manual/html_node/eintr/index.html
- tags: free-programming-books, emacs
Emacs Rocks!
Rocking emacs tricks and tips screencast.
- tags: emacs, screencast