Skip to content

emacs

  • emcas backlog

Command lookup is somewhere else

+emacs-commands.org

Intro Stuff

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

  • backlog
  • commands

backlog

emacs-backlog {#emacs-backlog-1}

Website to read

  • 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
  • Spell Check
    • Export and import custom words to dictionary
  • org-agenda stuff
    • Document workflow
  • Search Engine
    • Use ones built into doom emacs