summaryrefslogtreecommitdiff
path: root/code-cells.el
AgeCommit message (Expand)Author
2024-11-19Version 0.5Augusto Stoffel
2024-11-01Support python-ts-mode in Emacs ≤ 29Augusto Stoffel
2024-10-03Fix :no-header at beginning of bufferAugusto Stoffel
2024-10-03Modify some keybindingsAugusto Stoffel
2024-10-03Make minor mode keybindings repeatableAugusto Stoffel
2024-10-03Don't rely on page.el for movement functionsAugusto Stoffel
2024-10-03Less hacky way to parse only the relevant part of a buffer as JSONAugusto Stoffel
2024-10-03Code cleanup and simplificationAugusto Stoffel
2024-10-03Add menusAugusto Stoffel
2024-10-01Refine and clarify the behavior of the numeric prefixes 0 and -1Augusto Stoffel
2024-10-01Make code-cells-eval-above exclude current cellAugusto Stoffel
2024-10-01Simplify default code-cells-boundary-regexp and expand the readmeAugusto Stoffel
2024-09-29Add several new commandsAugusto Stoffel
2024-09-29Rearrange code into sectionsAugusto Stoffel
2024-09-29Introduce code-cells-major-mode-outline-min-level optionAugusto Stoffel
2023-11-19Version 0.4Augusto Stoffel
2023-11-19Do not include header line when evaluating cellAugusto Stoffel
2023-11-18Add support for dREPL packageAugusto Stoffel
2023-11-18Adapt to changed function signature in Jupyter packageAugusto Stoffel
2023-10-15Extract mode-guessing logic to a new function code-cells--guess-modeAugusto Stoffel
2023-10-15Refactor code-cells--call-processAugusto Stoffel
2023-10-15Expand some docstringsAugusto Stoffel
2023-10-15Remove deprecated variable code-cells-boundary-markersAugusto Stoffel
2023-10-15Use let-alist instead of map.elAugusto Stoffel
2022-09-17Version 0.3Augusto Stoffel
2022-09-10Adapt to new behavior of forward-page on Emacs 29Augusto Stoffel
2022-09-10Set paragraph-start appropriately in code-cells-modeAugusto Stoffel
2022-09-10Require outline at top level, for simplicityAugusto Stoffel
2022-09-10New option code-cells-boundary-regexpAugusto Stoffel
2022-09-10Remove obsolete code-cells-doAugusto Stoffel
2022-06-06Make code-cells-convert-ipynb an interactive commandAugusto Stoffel
2022-03-05Add keybindings and simplify “move cell” commandsAugusto Stoffel
2022-03-05Define code-cells-move-cell-{up,down} (#9)Dan
2022-02-28Release on ELPAAugusto Stoffel
2021-10-14Improve cell boundary faceAugusto Stoffel
2021-10-12Add missing compile-time requirementAugusto Stoffel
2021-09-25code-cells-eval: Fix check for a possibly active minor modeAugusto Stoffel
2021-09-25Refinement in Commentary sectionAugusto Stoffel
2021-09-17Add code-cells-mode-maybeAugusto Stoffel
2021-09-07Fix cell movement for files without newline at the endAugusto Stoffel
2021-09-02Do not assume Emacs has native JSON parsing availableAugusto Stoffel
2021-06-12Add code-cells-evalAugusto Stoffel
2021-06-12Add code-cells-comment-or-uncommentAugusto Stoffel
2021-05-29Add code-cells--bounds function, make code-cells-do obsoleteAugusto Stoffel
2021-05-23Add autoload for code-cells-speed-keyAugusto Stoffel
2021-05-23Change package descriptionAugusto Stoffel
2021-01-11Call ignore to avoid byte-compiler warningsAugusto Stoffel
2021-01-10Address some packaging issuesAugusto Stoffel
2021-01-04Fix byte-compilation issueAugusto Stoffel
2021-01-03Rename packageAugusto Stoffel