emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gcmh 84c43a4 23/32: Remove unnecessary require in READM


From: Andrea Corallo
Subject: [elpa] externals/gcmh 84c43a4 23/32: Remove unnecessary require in README
Date: Mon, 16 Nov 2020 17:32:07 -0500 (EST)

branch: externals/gcmh
commit 84c43a4c0b41a595ac6e299fa317d2831813e580
Author: Andrea Corallo <andrea.corallo@arm.com>
Commit: Andrea Corallo <andrea.corallo@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

[Prev in Thread] Current Thread [Next in Thread]