Skip to content

Commit ed5e814

Browse files
committed
Do not start with workspaces.
1 parent 2885576 commit ed5e814

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
(setq wg-prefix-key (kbd "C-c w"))
1212
(setq wg-session-file "~/.emacs.d/.workgroups")
1313
;; Keyboard shortcuts - load, save, switch
14-
(global-set-key (kbd "<pause>") 'wg-reload-session)
14+
(global-set-key (kbd "<pause>") 'workgroups-mode)
1515
(global-set-key (kbd "C-<pause>") 'wg-save-session)
1616
(global-set-key (kbd "s-z") 'wg-switch-to-workgroup)
1717
(global-set-key (kbd "s-/") 'wg-switch-to-previous-workgroup)
18-
19-
(workgroups-mode 1)
18+
;; Do not start it by default.
19+
;(workgroups-mode 1)
2020

2121
;;--------------------- linnum+ -------------------------
2222
;; Smart line numbers

0 commit comments

Comments
 (0)