Function: projectile-remove-current-project-from-known-projects

projectile-remove-current-project-from-known-projects is an autoloaded, interactive and byte-compiled function defined in projectile.el.

Signature

(projectile-remove-current-project-from-known-projects)

Documentation

Remove the current project from the list of known projects.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
;;;###autoload
(defun projectile-remove-current-project-from-known-projects ()
  "Remove the current project from the list of known projects."
  (interactive)
  (projectile-remove-known-project (abbreviate-file-name (projectile-acquire-root))))