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
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
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