branch: master commit 44e71ff0e1a628ed883d31982c02b67f2c4abaf8 Author: Luke Lee <luke.yx....@gmail.com> Commit: Luke Lee <luke.yx....@gmail.com>
* brief/README.org: Change some wording. --- packages/brief/README.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/brief/README.org b/packages/brief/README.org index fd2b4ca..7bbe3d1 100644 --- a/packages/brief/README.org +++ b/packages/brief/README.org @@ -327,9 +327,11 @@ this Brief Mode. changing default settings. With the quick launcher 'b' all these are fixed. The <page up>/<page down> - are rewritten to behave like other editors while 'b' changed other settings. - If you launch Emacs without using 'b' you may want to include those changes - into your ~/.emacs init script: + are rewritten in Brief while function `brief-easy-start' changed other settings + then do `(brief-mode 1)' to enable Brief mode. + + If you launch Emacs without using quick launcher 'b' or `brief-easy-start' + function, you may want to include those changes into your ~/.emacs init script: ;;--------------------------------------------------------------------------; (setq-default truncate-lines t) ;; disable line wrapping ; @@ -343,7 +345,6 @@ this Brief Mode. Or you can refer to the source code "brief.el" for function `brief-easy-start'. - * For more details like Cygwin 2.x users note, please check the comments in the source code "brief.el".