Skip to content

Instantly share code, notes, and snippets.

View thomas-louvigne's full-sized avatar

Thomas Louvigné thomas-louvigne

View GitHub Profile

AG Paris 17/12/2019:

Participants ~ 30 personnes

Ordre du jour:

  • présentation des gens
  • caisse de grève
  • simulateur de retraite (qui et comment aider)
  • suite du groupe " on est la tech " ?
@pvik
pvik / smartparens-cheatsheet.md
Last active March 17, 2024 03:29
A Cheatsheet for Emacs Smarparens example configuration

An animated cheatsheet for smartparens using the example configuration specified here by the smartparens author. Inspired by this tutorial for paredit.

Traversal

C-M-f sp-forward-sexp
C-M-b sp-backward-sexp
;; grep -h X-Key */*/cur/* | sed -e 's/X-Keywords: //; s/, /\n/g' | sort | uniq > xkeys.txt
(setq mu4e-xkeys "~/Maildir/xkeys.txt")
(defun read-lines (f)
"Return a list of lines of a file at f."
(with-temp-buffer
(insert-file-contents f)
(split-string (buffer-string) "\n" t)))