Skip to content

Instantly share code, notes, and snippets.

@val314159
Created October 18, 2018 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save val314159/ac83f7b9ea08f0cf8e3f0a6071fdf4fd to your computer and use it in GitHub Desktop.
Save val314159/ac83f7b9ea08f0cf8e3f0a6071fdf4fd to your computer and use it in GitHub Desktop.
add this to your .emacs file
;; elisp macro for Ctrl-Z makes
(defun make ()
(interactive)
(compile "makex"))
(global-set-key (kbd "C-z") 'make)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment