Keyboard shortcuts

/ or ⌘/Ctrl K
Find a note
j / k
Next / previous section or linked note
h / l
Collapse or go to parent / expand or enter
e or Alt-click
Read a linked note here
o
Open focused note on its own
g g / G
First / last section or linked note
g h / g a
Home / all notes
g b / g t
Backlinks / table of contents
t
Cycle System, Light, Dark
? / Esc
Show / close this reference

Search: ↑/↓ or Ctrl N/P, Enter to open. Shortcuts pause while typing.

emacs [c6a0de9c]

Tags: computers

1. Tramp bastion:

/ssh:bird@bastion|ssh:you@remotehost:/path

2. Tramp sudo:

  /ssh:you@remote|sudo:remote:/path

3. Optimizations

4. Spacemacs export

Load all layers and call a function defined in dotspacemacs/user-config:

  • (run-hooks 'emacs-startup-hook) actually loads dotspacemacs/user-config
  emacs --batch -l ~/.emacs.d/init.el  --eval "(run-hooks 'emacs-startup-hook)" --eval "(configuration-layer//load)"  --eval '(org-roam-db-autosync-mode)' --eval '(org-roam-export-all)' > ~/emacs-export.log 2>&1