Changeset - 7ddca4d8f018
[Not reviewed]
0 2 0
Sergey Pashinin - 12 years ago 2013-08-26 09:33:23
sergey@pashinin.com
fixed typo
2 files changed with 2 insertions and 4 deletions:
0 comments (0 inline, 0 general)
README.md
Show inline comments
 
@@ -16,14 +16,13 @@ Fork it and [add more special buffers support](https://github.com/pashinin/workg
 

	
 
Just install "workgroups2" from Melpa and activate it with `(workgroups-mode 1)` after everything else.
 

	
 
## Configure
 

	
 
    (require 'workgroups2)
 
    ;; if you start Emacs as "emacs --daemon"
 
    ;; turn of autoloading of workgroups:
 
    ;; if you start Emacs as "emacs --daemon" - turn off autoloading of workgroups:
 
    ;;(setq wg-use-default-session-file nil)
 

	
 
    (workgroups-mode 1)   ; put this one at the bottom of .emacs
 

	
 
You may want to configure it more:
 

	
src/workgroups2.el
Show inline comments
 
@@ -35,14 +35,13 @@
 
;; ----------------------
 
;; See the README.md file at: https://github.com/pashinin/workgroups2
 
;; Add the lines below to your .emacs configuration.
 
;;
 
;; (require 'workgroups2)
 
;;
 
;; ;; if you start Emacs as "emacs --daemon" - turn of autoloading of
 
;; ;; workgroups:
 
;; ;; if you start as "emacs --daemon" - turn off autoloading of workgroups:
 
;; ;;(setq wg-use-default-session-file nil)
 
;;
 
;; (workgroups-mode 1)  ; put this one at the bottom of .emacs
 
;;
 
;;
 
;; Configure
0 comments (0 inline, 0 general)