File: whizzy.el

package info (click to toggle)
whizzytex 1.5.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,536 kB
  • sloc: lisp: 3,668; sh: 1,768; makefile: 227
file content (4 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (10)
1
2
3
4
(defun whole ()
 (whizzy-after-save)
 (let ((name (file-name-sans-extension (buffer-file-name))))
   (shell-command (concat "make " name ".tex"))))