From 70390c6e8dc78b939d132326cd8de4e9f5dc3752 Mon Sep 17 00:00:00 2001 From: siduck Date: Mon, 30 May 2022 09:13:45 +0530 Subject: [PATCH] rm misleading code in example chadrc | (#1149) --- examples/chadrc.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/chadrc.lua b/examples/chadrc.lua index 9b03aab..6aa2521 100644 --- a/examples/chadrc.lua +++ b/examples/chadrc.lua @@ -1,8 +1,5 @@ -- Just an example, supposed to be placed in /lua/custom/ --- remove this if you dont use custom.init.lua at all -require "custom" - local M = {} -- make sure you maintain the structure of `core/default_config.lua` here,