File: whizzy.el

package info (click to toggle)
whizzytex 1.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,932 kB
  • sloc: lisp: 3,599; sh: 1,728; 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"))))