Skip to content

Commit

Permalink
tweak(project): cleanup zombie projects on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 20, 2023
1 parent 3ad602e commit fd07d8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@
"ss" #'project-search
"sn" '(fileloop-continue :wk "Next match")
"sr" #'project-query-replace-regexp
"sf" #'project-find-regexp))
"sf" #'project-find-regexp)
:config
(add-hook 'kill-emacs-hook #'project-forget-zombie-projects))

(use-package tab-bar
:straight (:type built-in)
Expand Down

0 comments on commit fd07d8b

Please sign in to comment.