Skip to content

Instantly share code, notes, and snippets.

@shapr
Created May 17, 2019 19:44
Show Gist options
  • Save shapr/5788c5a44172b14d32ea289fd5cf5d9f to your computer and use it in GitHub Desktop.
Save shapr/5788c5a44172b14d32ea289fd5cf5d9f to your computer and use it in GitHub Desktop.
#+name: layout
#+RESULTS: layout-calc
| q | w | e | r | t | y | u | i | o | p |
| | a | s | d | f | g | h | j | k | |
| | z | x | c | v | b | n | m | | |
#+name: layout-calc
#+BEGIN_SRC emacs-lisp :var table=layout
(message table)
#+END_SRC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment