summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorVedang Manerikar <ved.manerikar@gmail.com>2022-01-03 08:32:06 +0530
committerVedang Manerikar <ved.manerikar@gmail.com>2022-01-03 08:32:06 +0530
commit93b948973989c1c6b3eb4f382ce7eb78a39c0fe1 (patch)
tree2f1a88fbbbebac37f6a0f34eb7a129977571e8be /README.org
parent4f76be6e26d41d9a972335606a7ffa4e1b567e8c (diff)
Add `display-line-numbers-mode` to Known Problems
Squashed commit. Author: LuisFCOliveira <67265998+LuisFCOliveira@users.noreply.github.com> Closes: politza#684
Diffstat (limited to 'README.org')
-rw-r--r--README.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.org b/README.org
index 619a756..46b033e 100644
--- a/README.org
+++ b/README.org
@@ -417,6 +417,13 @@ Once you have read through the features provided by ~pdf-tools~, you probably wa
:END:
~pdf-tools~ does not work well together with ~linum-mode~ and activating it in a ~pdf-view-mode~, e.g. via ~global-linum-mode~, might make Emacs choke.
+** display-line-numbers-mode
+:PROPERTIES:
+:CREATED: [2022-01-03 Mon 08:31]
+:ID: f178ba41-0f5a-4d22-b4a8-889af1af566e
+:END:
+This mode is an alternative to ~linum-mode~ and is available since Emacs 26. ~pdf-tools~ does not work well with it. For example, it makes horizontal navigation (such as ~C-f~, ~C-b~, ~C-x <~ or ~C-x >~ ) in a document impossible.
+
** auto-revert
:PROPERTIES:
:CREATED: [2021-12-29 Wed 18:34]