diff --git a/README.md b/README.md
index 67070057..70c41e79 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,19 @@
# Table of Contents
-1. [Requirements](#orgf4fd69f)
-2. [Installation](#orgeb12447)
-3. [Key bindings and functions](#orgb4f8fdc)
-4. [Packages](#orga8c6216)
-5. [Information](#orgaf15aed)
-6. [Errors](#org7c7dda9)
- 1. [failed execution of bibtex2html](#org79a8e5c)
+1. [Requirements](#orgcb9390d)
+2. [Installation](#orgf9a7dd2)
+3. [Key bindings and functions](#org4741345)
+4. [Packages](#org62b82b1)
+5. [Information](#orgc744d51)
+6. [Errors](#org27051a8)
+ 1. [failed execution of bibtex2html](#orga0059df)
This is an ongoing evolution of Emacs configuration files, inspired by
a bunch of online resources.
-
+
# Requirements
@@ -38,7 +38,7 @@ external packages:
Optional package for EAF see in Installation.
-
+
# Installation
@@ -66,19 +66,19 @@ edit `PGKBUILD` file for `python-pymupdf` to:
}
-
+
# Key bindings and functions
-
+
Table 1: General
-
+
-
+
-
+
@@ -145,15 +145,15 @@ edit `PGKBUILD` file for `python-pymupdf` to:
-
+
Table 2: Org
-
+
-
+
-
+
@@ -255,15 +255,15 @@ edit `PGKBUILD` file for `python-pymupdf` to:
-
+
Table 3: Custom and changed keys
-
+
-
+
-
+
@@ -344,8 +344,48 @@ edit `PGKBUILD` file for `python-pymupdf` to:
+
+Table 4: Multiple cursors
-
+
+
+
+
+
+
+
+
+
+| M-m s m a |
+mc/mark-all-dwim |
+try to mark all at point |
+
+
+
+
+| C-v |
+ |
+jump to next cursor |
+
+
+
+
+| M-v |
+ |
+jump to previous cursor |
+
+
+
+
+| C-’ |
+ |
+hide/unhide lines without a cursor |
+
+
+
+
+
+
# Packages
@@ -354,7 +394,7 @@ edit `PGKBUILD` file for `python-pymupdf` to:
colors with the color they represent as background.
-
+
# Information
@@ -364,12 +404,12 @@ but interlocks to prevent the simultaneous editing of the same
file. See [Interlocking](https://www.emacswiki.org/info-ref?find=Interlocking) in the [EmacsManual](https://www.emacswiki.org/emacs/EmacsManual) for details.
-
+
# Errors
-
+
## failed execution of bibtex2html
diff --git a/README.org b/README.org
index 9a8babeb..962854a6 100644
--- a/README.org
+++ b/README.org
@@ -1,4 +1,6 @@
#+TITLE: Emacs Configuration
+#+HTML_DOCTYPE: xhtml
+# xhtml for gogs needed, bug showing table in the footer, bc/ html5 creates instead of
This is an ongoing evolution of Emacs configuration files, inspired by
a bunch of online resources.
@@ -93,6 +95,12 @@ a bunch of online resources.
| f5 | | in org export to html |
| f6 | | in org export to LaTeX |
+#+caption: Multiple cursors
+| M-m s m a | mc/mark-all-dwim | try to mark all at point |
+| C-v | | jump to next cursor |
+| M-v | | jump to previous cursor |
+| C-' | | hide/unhide lines without a cursor |
+
* Packages
- rainbow-mode.el :: https://elpa.gnu.org/packages/rainbow-mode.html
rainbow-mode is a minor mode for Emacs which displays strings representing
@@ -109,4 +117,3 @@ file. See [[https://www.emacswiki.org/info-ref?find=Interlocking][Interlocking]]
see bib2htmlxxxxxx.blg for errors, e.g.
- I couldn't open style file acmu.bst
copy/merge the texmf directory into your home directory.
-
diff --git a/settings/gui-settings.el b/settings/gui-settings.el
index 8786236d..c728b22c 100644
--- a/settings/gui-settings.el
+++ b/settings/gui-settings.el
@@ -91,6 +91,7 @@
)
(use-package tab-bar
+ :defer 0.5
:config
(tab-bar-mode)
(tab-bar-rename-tab "Default")