Skip to content

Instantly share code, notes, and snippets.

@vxe
Created July 29, 2016 13:57
Show Gist options
  • Save vxe/ba02ef611ca42185b7abd11a2c03f2fb to your computer and use it in GitHub Desktop.
Save vxe/ba02ef611ca42185b7abd11a2c03f2fb to your computer and use it in GitHub Desktop.
minimalistic emacs config
(keyboard-translate ?\C-t ?\C-x)
(global-set-key (kbd "C-x x") 'execute-extended-command)
(global-set-key (kbd "C-x C-x") 'execute-extended-command)
(global-set-key (kbd "C-x RET") 'list-buffers)
(global-set-key (kbd "C-x 7") 'winner-undo)
(fset 'yes-or-no-p 'y-or-n-p)
(setq winner-mode t)
(org-babel-do-load-languages 'org-babel-load-languages
'((sh . t)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment