;;; -*- lexical-binding: t -*- ;; ;; -------------------------------------------------------------------------------- (require 'luki-lisp) ;; -------------------------------------------------------------------------------- (-> 'compile) ;; -------------------------------------------------------------------------------- (setq compile-command "make -j 4 -s -k ") ;; -------------------------------------------------------------------------------- (defun compile-with-prompt () (i) "Use this if there are sudos in the Makefile." (compile compile-command 'comint)) ;; -------------------------------------------------------------------------------- (<- 'll-compile)