From d11044c61eef0c995fead52f4c918cdb62aeee82 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 8 May 2023 12:42:51 +0200 Subject: [PATCH] only show tabs --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 0579676..434bed9 100644 --- a/init.el +++ b/init.el @@ -86,7 +86,7 @@ (custom-set-variables '(whitespace-style (quote - (face tabs spaces trailing space-before-tab newline indentation empty space-after-tab space-mark tab-mark)))) + (face tabs spaces trailing space-before-tab newline indentation empty space-after-tab tab-mark)))) ;; nya-nya-nya-nya-nya-nya (straight-use-package 'nyan-mode)