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

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

[elpa] externals/code-cells f93db2d65c 29/36: Refinement in Commentary s


From: ELPA Syncer
Subject: [elpa] externals/code-cells f93db2d65c 29/36: Refinement in Commentary section
Date: Mon, 28 Feb 2022 15:57:43 -0500 (EST)

branch: externals/code-cells
commit f93db2d65cab6f07a03bb85660f6500cdf44fb86
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>

    Refinement in Commentary section
---
 code-cells.el | 25 ++++++++++++++++++-------
 1 file changed, 18 insertions(+), 7 deletions(-)

diff --git a/code-cells.el b/code-cells.el
index 3d982c63da..25cbe208b5 100644
--- a/code-cells.el
+++ b/code-cells.el
@@ -30,13 +30,24 @@
 ;; back to notebook format when saving.  An external tool, Jupytext by
 ;; default, is required for this.
 ;;
-;; Out of the box, there are no keybindings and, in fact, only a small
-;; number of editing commands is provided.  Rather, the idea is that
-;; you can create your own cell-aware commands from regular ones
-;; through the `code-cells-command' function and the `code-cells-do'
-;; macro.  See the README for configuration examples.  There is also a
-;; `code-cells-mode' minor mode, which, among other things, provides
-;; outline support.
+;; A minor mode, `code-cells-mode`, provides the following features:
+;;
+;; - Fontification of cell boundaries.
+;;
+;; - Keybindings for the cell navigation and evaluation commands,
+;;   under the `C-c %' prefix.
+;;
+;; - Outline mode integration: cell headers have outline level
+;;   determined by the number of percent signs or asterisks; within a
+;;   cell, outline headings are as determined by the major mode, but
+;;   they are demoted by an amount corresponding to the level of the
+;;   containing cell.  This provides code folding and hierarchical
+;;   navigation, among other things, when `outline-minor-mode` is
+;;   active.
+;;
+;; This minor mode is automatically activated when opening an ipynb
+;; file, but you can also activate it in any other buffer, either
+;; manually or through some hook.
 
 ;;; Code:
 



reply via email to

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