Add function to run makem.sh

This commit is contained in:
contrapunctus 2022-01-13 21:39:39 +05:30
parent 79a23641b7
commit 507452d412
1 changed files with 6 additions and 0 deletions

View File

@ -3955,7 +3955,13 @@ pjb suggested a different approach [[http://paste.lisp.org/display/10157][here]]
#+END_SRC
#+BEGIN_SRC emacs-lisp
(defun contrapunctus-run-makem ()
(interactive)
(cd (locate-dominating-file default-directory "makem.sh"))
(save-selected-window
(compile "./makem.sh compile lint test-ert")))
#+END_SRC
*** smartparens
#+BEGIN_SRC emacs-lisp
(use-package smartparens