Emacs

Snippets

`yas-new-snippet` to create a new snippet for the file type

Create files

neotree C-x, C-n
dired C-x, C-f type name

Org mode

Tables

C-c | for tables C-c, C-c in table to reformat

org-roam

org-roam is an implementation of Roam, a Zettelkasten tool.

Kill highlight: <space> s c

Opening files over SSH in spacemacs

Hit SPC f f and type ssh:username@host:~/remote_path /Username appears to be important as it hangs without one Tramp in Spacemacs

dired

dired-hacks : add ons for dired

yasnippets

Compiling from source

git clone https://git.savannah.gnu.org/git/emacs.git
git checkout emacs-28
sudo apt-get build-dep emacs
sudo apt-get install libgccjit0 libgccjit-10-dev
./configure --with-harfbuzz --with-native-compilation
make --jobs=6

Source Doom Emacs