emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/so-long 2c173b9: fixup! Add so-long library


From: Phil
Subject: [Emacs-diffs] scratch/so-long 2c173b9: fixup! Add so-long library
Date: Tue, 9 Jul 2019 08:24:06 -0400 (EDT)

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

    fixup! Add so-long library
    
    Update minor mode and variable override defaults
---
 lisp/so-long.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/so-long.el b/lisp/so-long.el
index 0d411b2..0a2e22a 100644
--- a/lisp/so-long.el
+++ b/lisp/so-long.el
@@ -680,6 +680,8 @@ was established."
   '(font-lock-mode ;; (Generally the most important).
     ;; Other standard minor modes:
     display-line-numbers-mode
+    goto-address-mode
+    goto-address-prog-mode
     hi-lock-mode
     highlight-changes-mode
     hl-line-mode
@@ -728,6 +730,7 @@ they are in Emacs core, GNU ELPA, or elsewhere."
     (buffer-read-only . t)
     (global-hl-line-mode . nil)
     (line-move-visual . t)
+    (show-paren-mode . nil)
     (truncate-lines . nil)
     (which-func-mode . nil))
   "Variables to override, and the values to override them with.



reply via email to

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