Markdown-insert-headers and gist.el
~/.emacs.d/init/markdown-mode.el
I’ve changed keybinds/markdown-insert-header for using the ^T command prefix in tmux
post using gist.el
1
2
3
4
| $ git config --global github.user #{github-user}
$ git config --global github.token #{github-api-token}
# emacs
M-x gist-region(-private)
|