emacs
Org Links
- emcas backlog
Command lookup is somewhere else
+emacs-commands.org
Intro Stuff
- [[org: beepb00p.org][https://beepb00p.xyz/cloudmacs.html][Cloudmacs: Emacs in your web browser ]]
- https://www.gnu.org/software/emacs/download.html
- Rabbit hole
- Doom Emacs - Getting Started
- Has Evil Mode and Org-Mode installed
- Doom Emacs for noobs
- A Complete Idiot's Guide to Doom Emacs
- Evil Mode is just vim key bindings in vim
- Org Mode Basics In Doom Emacs video
- Cheatsheet
- emacs-config tutorial
- Doom Emacs - Getting Started
Web Links
- [[org: Better Programming.org][https://medium.com/better-programming/15-reasons-why-i-use-emacs-with-gifs-5b03c6608b61][15 reasons why I use emacs ]]
Install
sudo apt install emacs
rm -r ~/.emacs.d
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install
~/.emacs.d/bin/doom sync
echo "PATH=$PATH:~/.emacs.d/bin/doom"
emacs
Installing packages
Add to DOOMDIR/packages.el
;; Install a package named "example" from ELPA, MELPA, or Emacsmirror
(package! example)
https://github.com/hlissner/doom-emacs/blob/develop/docs/getting_started.org#installing-packages
Folder View Sidebar
https://twoormore.eu/blog/2019/10/folder-view-emacs/
Adding Packages
Just add to the init file
Learn Emacs Org Mode: Spacemacs Intro Tutorial
Gotta learn the vim key bindings
emacs Links
- backlog
Missing Links
- commands
backlog
emacs-backlog {#emacs-backlog-1}
Website to read
Links
- emacs.org
- emacs.commands.org
TODO
- Go through doom emacs config and delete stuff I do not use or make a note to use it
- Write a guide
- Emoji Support
- https://github.com/iqbalansari/emacs-emojify
- emoji input
- Spell Check
- Export and import custom words to dictionary
- org-agenda stuff
- Document workflow
- Search Engine
- Use ones built into doom emacs