From 21c3f36bb495700bc52cf7337aa9b4a794fc8469 Mon Sep 17 00:00:00 2001 From: Rikuoh Date: Sun, 3 Dec 2023 14:36:28 +0900 Subject: [PATCH] fix --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 6defbdd..d8d7663 100644 --- a/config.toml +++ b/config.toml @@ -69,8 +69,8 @@ post = "/:year/:month/:day/:15:04:05/" guessSyntax = true hl_Lines = "" lineNoStart = 1 - lineNos = false + lineNos = true lineNumbersInTable = false noClasses = true - style = "catppuccin-latte" + style = "emacs" tabWidth = 2