branch: externals/gcmh
commit 84c43a4c0b41a595ac6e299fa317d2831813e580
Author: Andrea Corallo <andrea.cora...@arm.com>
Commit: Andrea Corallo <andrea.cora...@arm.com>

    Remove unnecessary require in README
---
 README.org | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index d78ef58..2fe7044 100644
--- a/README.org
+++ b/README.org
@@ -25,9 +25,8 @@
    Add into your .emacs
 
    #+BEGIN_SRC
-(add-to-list 'load-path "path-to-gcmh-here")
-(require 'gcmh)
-(gcmh-mode 1)
+   (add-to-list 'load-path "path-to-gcmh-here")
+   (gcmh-mode 1)
    #+END_SRC
 
    If this is done at the beginning of your .emacs start-up time should

Reply via email to