How to edit text regions in emacs: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 November 2024

  • curprev 17:0317:03, 20 November 2024Mwroot talk contribs 858 bytes +858 Created page with "# 在 Firefox 中,安装 <code> Edit with Emacs </code> 拓展 # 在 Emacs 中,用 package-list-packages 安装 <code> edit-server </code> 拓展 # 在 Emacs 中,用 package-list-packages 安装 <code> use-package </code> 拓展 # 在 Emacs 配置文件中写下: <syntaxhighlight lang="elisp" line> (use-package edit-server :ensure t :commands edit-server-start :init (if after-init-time (edit-server-start) (add-hook 'after-init-hook..."