mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
Yet another big update
This commit is contained in:
@@ -52,10 +52,9 @@
|
||||
;; create a new workgroup for the new project.
|
||||
(after "projectile"
|
||||
(defun my-projectile-workgroup-switch-project ()
|
||||
(let ((workgroup-name (file-name-nondirectory (directory-file-name (my--project-root)))))
|
||||
(let ((workgroup-name (file-name-nondirectory (directory-file-name (project-root)))))
|
||||
(wg-create-workgroup workgroup-name t)
|
||||
(helm-projectile-find-file)))
|
||||
|
||||
(setq projectile-switch-project-action 'my-projectile-workgroup-switch-project))
|
||||
|
||||
(workgroups-mode 1)))
|
||||
|
Reference in New Issue
Block a user