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
 
@@ -19,8 +19,7 @@ Just install "workgroups2" from Melpa and activate it with `(workgroups-mode 1)`
 
## 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
src/workgroups2.el
Show inline comments
 
@@ -38,8 +38,7 @@
 
;;
 
;; (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
0 comments (0 inline, 0 general)