Skip to main content
Turn on syntax highlighting.
Source Link
itsjeyd
  • 15k
  • 3
  • 61
  • 89

You can customize the variable compile-command to change the compilation command that is used by default:

(setq compile-command "make package install") 
(setq compile-command "make package install") 

You can customize the variable compile-command to change the compilation command that is used by default:

(setq compile-command "make package install") 

You can customize the variable compile-command to change the compilation command that is used by default:

(setq compile-command "make package install") 
Source Link
itsjeyd
  • 15k
  • 3
  • 61
  • 89

You can customize the variable compile-command to change the compilation command that is used by default:

(setq compile-command "make package install")