set up compile command

This commit is contained in:
opFez 2020-12-20 22:07:30 +01:00
parent f14dbf8b74
commit 848d3e768b
1 changed files with 4 additions and 0 deletions

View File

@ -11,3 +11,7 @@
(interactive)
(mapc 'kill-buffer (buffer-list)))
(global-set-key (kbd "C-c k k") 'kill-all-buffers)
;; compilation
(setq compile-command "make ")
(global-set-key "\C-x\C-m" 'compile)