Skip to content

Commit 4ba0b0b

Browse files
Add common constant with url and a few common utilities (#3022)
1 parent 8929291 commit 4ba0b0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Cursorless is now monorepo 🙌. This document now lives at https://www.cursorless.org/docs/user/customization/.
1+
Cursorless is now monorepo 🙌. This document now lives at https://www.cursorless.org/docs/user/customization.

src/marks/lines_number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class CustomizableTerm:
1919

2020

2121
# NOTE: Please do not change these dicts. Use the CSVs for customization.
22-
# See https://www.cursorless.org/docs/user/customization/
22+
# See https://www.cursorless.org/docs/user/customization
2323
directions = [
2424
CustomizableTerm("lineNumberModulo100", "modulo100", lambda number: number - 1),
2525
CustomizableTerm("lineNumberRelativeUp", "relative", lambda number: -number),

0 commit comments

Comments
 (0)