Browse Source

Remove workgroups2 setup, not using it anyway

master
Mitchell Tishmack 5 years ago
parent
commit
9c73ab35c8
1 changed files with 0 additions and 16 deletions
  1. +0
    -16
      emacs.org

+ 0
- 16
emacs.org View File

@@ -752,22 +752,6 @@ top to look at.
:hook (magit-mode . magit-todos-mode)) :hook (magit-mode . magit-todos-mode))
#+END_SRC #+END_SRC


*** TODO workgroups2 :broken:

Save workgroup layouts. Similar..ish to desktop-save.

#+BEGIN_SRC emacs-lisp :tangle no
(use-package workgroups2
:ensure t
:custom
(wg-session-file "~/.emacs.d/workgroups")
(wg-prefix-key (kbd "C-c C-w"))
(wg-mode-line-display-on nil)
:init
(workgroups-mode 1)
)
#+END_SRC

*** autopair *** autopair


Highlight matching ()'s []'s etc... Highlight matching ()'s []'s etc...


Loading…
Cancel
Save