Skip to content

Commit

Permalink
tweak(tapspaces): ensure reading package list at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 8, 2023
1 parent 6e2d8a4 commit b512fce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/me-workspaces.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
"R" #'tabspaces-remove-selected-buffer
"k" #'(tabspaces-kill-buffers-close-workspace :wk "Kill buffers & close WS"))
:config
;; Ensure reading project list
(require 'project)
(project--ensure-read-project-list)

(defun +consult-tabspaces-setup ()
"Deactivate isolated buffers when not using tabspaces."
(require 'consult)
Expand Down

0 comments on commit b512fce

Please sign in to comment.