Skip to content

Commit

Permalink
workgroups added
Browse files Browse the repository at this point in the history
  • Loading branch information
neuralvis committed Jan 28, 2024
1 parent e3b6708 commit 57895b3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions personal/workgroups.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
(straight-use-package 'workgroups2)

;;(setq wg-session-load-on-start t) ; default: (not (daemonp))

;; Change prefix key (before activating WG)
(setq wg-prefix-key (kbd "C-c z"))

;; Change workgroups session file
(setq wg-session-file "~/.emacs.d/.emacs_workgroups")

(workgroups-mode 1)

0 comments on commit 57895b3

Please sign in to comment.