-
Notifications
You must be signed in to change notification settings - Fork 1
emacs
Christopher P. Brown edited this page Jul 28, 2022
·
8 revisions
Escape Meta Alt Control Shift
- https://two-wrongs.com/tags.html#emacs
- https://www.youtube.com/watch?v=JWD1Fpdd4Pc
- https://ambrevar.xyz/emacs-everywhere/
- Spacemacs: too magical. Didn't understand where everything came from or how it worked. Would rather be in charge of making my own configs
- TODO
- Urgent
- how to set up fira code ligatures in emacs. seriously?
- how to use terminal
- file explorer?
- not urgent
- effin line numbers?
- avy
- org-mode
- Urgent
- done
-
use-package
: https://github.com/jwiegley/use-package
-
-
C-x
C-e
: execute any sexp under the cursor -
M-x eval-buffer
: reload the active buffer (e.g.~/.emacs
) -
M-x list-packages
: list packages -
C-xb <Ret>
jumps to default buffer. (always*scratch*
?)
Update: I gave up on stock emacs because I couldn't figure out how to do simple things like installing plugins, and the community/availability of info was very lacking. I feel like there are blog posts and youtube videos out there for vim that simply aren't out there for emacs.
So I've been using spacemacs.
Spacemacs is too magic. I don't like not knowing how to edit my config file or do other stuff. Now I'm running a much simpler, more emacsy setup based on m455's setup: https://git.m455.casa/m455/emacs-evil-starter
- https://www.murilopereira.com/how-to-open-a-file-in-emacs/
- https://karthinks.com/software/avy-can-do-anything/
- literate programming with org-mode: https://www.kpassa.me/posts/literate2/