summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-10 19:14:02 +0000
committerยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-10 19:14:02 +0000
commitf3a11b566ccf9cc2b7b5445f97fbb7c49dcf11b6 (patch)
treedb763f8747645508935f4a2d55933293d2f04f87
parentdac55b99fb5aa7008e2f7f1c981096912b0441aa (diff)
downloadnixtaml-f3a11b566ccf9cc2b7b5445f97fbb7c49dcf11b6.tar
nixtaml-f3a11b566ccf9cc2b7b5445f97fbb7c49dcf11b6.tar.gz
nixtaml-f3a11b566ccf9cc2b7b5445f97fbb7c49dcf11b6.tar.bz2
nixtaml-f3a11b566ccf9cc2b7b5445f97fbb7c49dcf11b6.tar.lz
nixtaml-f3a11b566ccf9cc2b7b5445f97fbb7c49dcf11b6.tar.xz
nixtaml-f3a11b566ccf9cc2b7b5445f97fbb7c49dcf11b6.tar.zst
nixtaml-f3a11b566ccf9cc2b7b5445f97fbb7c49dcf11b6.zip
remove newline
-rw-r--r--lib/editor.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/editor.ml b/lib/editor.ml
index a0a6752..49706b4 100644
--- a/lib/editor.ml
+++ b/lib/editor.ml
@@ -2,7 +2,6 @@
โ”‚ SPDX-FileCopyrightText: 2025 toastal <https://toast.al/contact/> โ”‚
โ”‚ SPDX-License-Identifier: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€*)
-
let find () =
match Sys.getenv_opt "VISUAL" with
| Some v -> v