Homepage / Notes / Computer Science / Tools / Text editors / Emacs
A popular text editor
Recommended for macOS: https://github.com/d12frosted/homebrew-emacs-plus
Once the daemon is started, emacsclient
can be used to connect to it and not wait for Emacs startup
Emacs and Mac OS movements: https://jblevins.org/log/kbd
C-f
go to next char
C-b
go to previous char
C-a
go to beginning of line
C-e
go to end of line
M-f
go one word forward
M-b
go one word backward
C-n
go to next line
C-p
go to previous line
C-d
delete next char
C-h
delete previous char
M-x
rjsx-mode for jsx syntax
C-s
search forward
https://github.com/seagle0128/.emacs.d
https://www.youtube.com/watch?v=74zOY-vgkyw
https://github.com/LionyxML/auto-dark-emacs
GET https://jsonplaceholder.typicode.com/posts/1
{
"userId": 1,
"id": 1,
"title": "sunt aut facere repellat provident occaecati excepturi optio reprehenderit",
"body": "quia et suscipit\nsuscipit recusandae consequuntur expedita et cum\nreprehenderit molestiae ut ut quas totam\nnostrum rerum est autem sunt rem eveniet architecto"
}
https://www.reddit.com/r/emacs/comments/ebite6/mu4e_vs_gnus_vs_notmuch_for_emacs_email/ https://www.reddit.com/r/emacs/comments/4rl0a9/email_in_emacs_i_want_to_but_wow_its_overwhelming/ http://cachestocaches.com/2017/3/complete-guide-email-emacs-using-mu-and-/
https://notmuchmail.org/notmuch-emacs/ https://kkatsuyuki.github.io/notmuch-conf/
https://wanderlust.github.io/wl-docs/wl.html https://enzuru.medium.com/emacs-26-wanderlust-and-modern-gmail-authentication-36e1ae61471f
https://www.emacswiki.org/emacs/mu4e
like the name ;) https://www.emacswiki.org/emacs/Mew
How to sync with Google Calendar?
https://www.masteringemacs.org/article/securely-generating-totp-tokens-emacs
Large language model code completion for Emacs
https://github.com/jart/emacs-copilot
Glossary: https://www.gnu.org/software/emacs/manual/html_node/emacs/Glossary.html
Building an Emacs config from scratch: https://www.youtube.com/watch?v=74zOY-vgkyw&list=PLEoMzSkcN8oPH1au7H6B7bBJ4ZO7BXjSZ https://github.com/daviwil/emacs-from-scratch/tree/master
Personal Emacs config from the author above: https://github.com/daviwil/dotfiles/blob/master/Emacs.org
https://karthinks.com/software/batteries-included-with-emacs/