emacs lisp scripting optimization help request
问题 I'm learning emacs lisp and I'm trying to script using it. I wrote a script and it works fine but I just think there are a lot of things I make in bash that I can do in emacs lisp instead. Big deal here: I'm not sure if my start-process works correct Please suggest / show me the lisp way of scripting on my script (as example) : #!/usr/bin/emacs --script (message "Vision synchronization \n") (let ((default-directory "/home/vision/")) (shell-command "git pull;") (princ (shell-command-to-string