Skip to content

Commit

Permalink
fix(tabspaces): pin to a stable commit
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 18, 2023
1 parent 183ebd9 commit bbc8bce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/me-workspaces.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@

(use-package tabspaces
:straight t
;; TEMP: Use a stable commit until I open a PR on upstream (WIP)
:pin-ref "3ecbd49fbd3c9c628a838957dc82547f1269b455"
:after minemacs-loaded
:hook (tabspaces-mode . +consult-tabspaces-setup)
:custom
(tabspaces-use-filtered-buffers-as-default t)
(tabspaces-initialize-project-with-todo nil)
(tabspaces-default-tab "*default*")
(tabspaces-include-buffers '("*scratch*"))
(tabspaces-session t)
Expand Down

0 comments on commit bbc8bce

Please sign in to comment.