Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jacknagel
jacknagel / emrc
Last active April 24, 2017 00:30
uemacs config
; https://git.kernel.org/pub/scm/editors/uemacs/uemacs.git/
; the command bound to M-FNR will execute for every new buffer
bind-to-key execute-macro-1 M-FNR
; custom key bindings
bind-to-key newline-and-indent ^J
;bind-to-key execute-macro-2 ^T
;bind-to-key execute-macro-3
;bind-to-key execute-macro-4