From 7e2b4236eb2ec6608f69ce358570dccf26084572 Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Sat, 30 Jan 2021 23:18:08 +0100 Subject: [PATCH 1/2] add information about multiple cursors --- README.md | 81 +++++++++++++++++++++++++++++++++------- README.org | 8 ++++ settings/gui-settings.el | 1 + 3 files changed, 76 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 67070057..37d3b4ed 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](#org5fc1f22) +2. [Installation](#org4c25348) +3. [Key bindings and functions](#org46a4614) +4. [Packages](#orge169506) +5. [Information](#org4ba5f93) +6. [Errors](#orgd16b916) + 1. [failed execution of bibtex2html](#org110db80) 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,7 +66,7 @@ edit `PGKBUILD` file for `python-pymupdf` to: } - + # Key bindings and functions @@ -344,8 +344,48 @@ edit `PGKBUILD` file for `python-pymupdf` to: + + - +++ ++ ++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 4: Multiple cursors
M-m s m amc/mark-all-dwimtry 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 @@ -379,3 +419,16 @@ see bib2htmlxxxxxx.blg for errors, e.g. copy/merge the texmf directory into your home directory. + + + +++ + + + + + +
 
+ diff --git a/README.org b/README.org index 9a8babeb..6afe3131 100644 --- a/README.org +++ b/README.org @@ -93,6 +93,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 @@ -110,3 +116,5 @@ see bib2htmlxxxxxx.blg for errors, e.g. - I couldn't open style file acmu.bst copy/merge the texmf directory into your home directory. +# gogs bug having the last table in the footer +|| 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") From 58afc86288186814d92a03c86822b82d0deeede1 Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Sun, 31 Jan 2021 01:54:12 +0100 Subject: [PATCH 2/2] fix readme export --- README.md | 73 ++++++++++++++++++++++-------------------------------- README.org | 5 ++-- 2 files changed, 32 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index 37d3b4ed..70c41e79 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ # Table of Contents -1. [Requirements](#org5fc1f22) -2. [Installation](#org4c25348) -3. [Key bindings and functions](#org46a4614) -4. [Packages](#orge169506) -5. [Information](#org4ba5f93) -6. [Errors](#orgd16b916) - 1. [failed execution of bibtex2html](#org110db80) +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 - +
-+-+-+ @@ -145,15 +145,15 @@ edit `PGKBUILD` file for `python-pymupdf` to:
Table 1: General
- +
-+-+-+ @@ -255,15 +255,15 @@ edit `PGKBUILD` file for `python-pymupdf` to:
Table 2: Org
- +
-+-+-+ @@ -344,15 +344,15 @@ edit `PGKBUILD` file for `python-pymupdf` to:
Table 3: Custom and changed keys
- +
-+-+-+ @@ -385,7 +385,7 @@ edit `PGKBUILD` file for `python-pymupdf` to:
Table 4: Multiple cursors
- + # Packages @@ -394,7 +394,7 @@ edit `PGKBUILD` file for `python-pymupdf` to: colors with the color they represent as background. - + # Information @@ -404,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 @@ -419,16 +419,3 @@ see bib2htmlxxxxxx.blg for errors, e.g. copy/merge the texmf directory into your home directory. - - - --- - - - - - -
 
- diff --git a/README.org b/README.org index 6afe3131..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. @@ -115,6 +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. - -# gogs bug having the last table in the footer -||