xah talk show 2022-04-25 emacs lisp, write command to delete cache files, Language Server Protocol Kills Emacs

xah talk show 2022-04-25 emacs lisp, write command to delete cache files, Language Server Protocol Kills Emacs
(defun xah-delete-file-for-places ()
  "Delete the file used for `save-place-mode'.
Version 2022-04-25"
  (interactive)
  (delete-file save-place-file))