Function: embark--simplify-path

embark--simplify-path is a byte-compiled function defined in embark.el.

Signature

(embark--simplify-path TYPE TARGET)

Documentation

Simplify and '//' or '~/' in the TARGET file path.

Source Code

;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defun embark--simplify-path (_type target)
  "Simplify and '//' or '~/' in the TARGET file path."
  (cons 'file (substitute-in-file-name target)))