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
DONE Figure out how layouts work
Tables
C-c | for tables C-c, C-c in table to reformat
Kill highlight: 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
– Source