nit: revise and reformat code comments

This commit is contained in:
Henrik Lissner 2021-08-04 01:31:48 -04:00
parent 2467729035
commit 045ea7460d
5 changed files with 22 additions and 15 deletions

View file

@ -160,7 +160,7 @@
(shell-quote-argument (match-string 2 env)))))
(format "PATH=\"%s%s$PATH\" \\\n" (concat doom-emacs-dir "bin/") path-separator)
"_postscript $@\n"))
(set-file-modes script #o600)t
(set-file-modes script #o600)
;; Error code 128 is special: it means run the post-script after this
;; session ends.
128))))))