Skip to content

Instantly share code, notes, and snippets.

@anhedonix
anhedonix / Watch Running coreutil commands.sh
Created January 5, 2022 17:54
Run a particular command every n seconds and show the results.
watch -n 2 progress
@anhedonix
anhedonix / Emacs List all Font names
Created December 22, 2021 10:18
List all the available font names from emacs
(dolist (font (x-list-fonts "*"))
(insert (format "%s\n" font)))
@anhedonix
anhedonix / Emacs Org tangle from CLI
Created December 22, 2021 10:17
Tangle a Org file from CLI without emacs UI
emacs --batch --eval "(require 'org)" --eval '(org-babel-tangle-file "~/emacs.tangle.org")'
@anhedonix
anhedonix / doom.md
Last active January 5, 2024 04:32 — forked from hjertnes/doom.txt
Doom Emacs Cheatsheet

Doom Emacs Default keybindings cheetsheet

SPC

  • SPC find file
  • , switch bufferA
  • . browse files
  • : MX
  • ; EX
  • < switch buffer