Skip to content
Snippets Groups Projects
Commit 8e12c895 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

new phafi-mode autofocus miniversion

parent f549accc
Branches
Tags
2 merge requests!3589Hotline,!3516Minsoc prod
Pipeline #10183 passed with stage
in 43 minutes and 59 seconds
......@@ -634,6 +634,16 @@
))
)
(defun phafi-autofocus-miniversion ()
(interactive)
(async-shell-command (concat
"cd " (phafi-root-dir) ";"
"autofocus miniversion"
))
)
(defun phafi-autofocus-digital (folder)
(interactive (list (read-string "Folder name: ")))
(async-shell-command (concat
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment