emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/so-long 8e2714c 1/2: fixup! Add so-long library


From: Phil
Subject: [Emacs-diffs] scratch/so-long 8e2714c 1/2: fixup! Add so-long library
Date: Fri, 11 Jan 2019 22:56:05 -0500 (EST)

branch: scratch/so-long
commit 8e2714c07f047f5233203f420d8689be9c64920c
Author: Phil Sainty <address@hidden>
Commit: Phil Sainty <address@hidden>

    fixup! Add so-long library
    
    Drop the `require' call from the recommended installation
    
    This will not be necessary for Emacs 27 or the ELPA package, so this
    makes the recommendation slightly cleaner for most users, and the
    subsequent comment will be adequate for any users who install the
    library directly.
---
 lisp/so-long.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/so-long.el b/lisp/so-long.el
index e2f1026..7491aaa 100644
--- a/lisp/so-long.el
+++ b/lisp/so-long.el
@@ -74,8 +74,8 @@
 ;; Use M-x so-long-enable to enable the functionality, or add the following to
 ;; your init file to do so permanently:
 ;;
-;; (when (require 'so-long nil :noerror)
-;;   (so-long-enable))
+;; ;; Avoid performance issues in files with very long lines.
+;; (so-long-enable)
 ;;
 ;; If necessary, ensure that so-long.el is in a directory in your load-path.
 ;; (This step is not necessary if you are using Emacs 27+, or have installed 
the



reply via email to

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