diff --git a/README.md b/README.md index e8802e71081f73258d508833216ef1742dcf3600..8324152697d9195361e155c0361ae998d823ad4b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/workgroups2.el b/src/workgroups2.el index b6e99314f60ca0472c3efeeba6b5aaf141805a65..7ed8423856fcb55ba801956151dff8e6baecdb1b 100644 --- a/src/workgroups2.el +++ b/src/workgroups2.el @@ -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