Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. (defun set-compile-cmd (mode-hook cmd)
  2. (add-hook mode-hook (lambda ()
  3. (set (make-local-variable 'compile-command) cmd))))
  4.  
  5. (add-hook mode-hook `(lambda () (set (make-local-variable 'compile-command) ',cmd))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement