From 573ce268866373b853760342011278f411631d05 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Fri, 29 Nov 2024 14:39:47 +0700 Subject: [PATCH] Fixing bug --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index d56bcf8..b998f93 100644 --- a/init.el +++ b/init.el @@ -74,6 +74,7 @@ version 2022-06-09" (global-set-key (kbd "C-c C-w") 'my-cut-to-clipboard) (global-set-key (kbd "C-c M-w") 'my-copy-to-clipboard) + ) ;; For example, set the default tab width to 4 spaces