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

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

[elpa] externals/setup d0262df 06/24: Reindent example in Commentary sec


From: Stefan Monnier
Subject: [elpa] externals/setup d0262df 06/24: Reindent example in Commentary section
Date: Thu, 25 Mar 2021 13:42:35 -0400 (EDT)

branch: externals/setup
commit d0262dfba86342b9a78b1716b2aff5f64dd749ea
Author: Philip K <philipk@posteo.net>
Commit: Philip K <philipk@posteo.net>

    Reindent example in Commentary section
---
 setup.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.el b/setup.el
index cd193fb..4de72e9 100644
--- a/setup.el
+++ b/setup.el
@@ -37,10 +37,10 @@
 ;;
 ;;    (setup (:package yasnippet)
 ;;      (:with-mode yas-minor-mode
-;;      (:rebind "<backtab>" yas-expand)
-;;      (:option yas-prompt-functions '(yas-completing-prompt)
+;;        (:rebind "<backtab>" yas-expand)
+;;        (:option yas-prompt-functions '(yas-completing-prompt)
 ;;               yas-wrap-around-region t)
-;;      (:hook-into prog-mode)))
+;;        (:hook-into prog-mode)))
 
 ;; will be replaced with the functional equivalent of
 



reply via email to

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