From 01dd84709358dfc19e18614d72c7aac501f4d737 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Mon, 21 Aug 2023 22:39:02 -0400 Subject: [PATCH] style: remove extraneous spacing Signed-off-by: Lucas Sta Maria --- .emacs.d/include/cppconfig.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/include/cppconfig.el b/.emacs.d/include/cppconfig.el index 89e194f..85984a5 100644 --- a/.emacs.d/include/cppconfig.el +++ b/.emacs.d/include/cppconfig.el @@ -18,7 +18,7 @@ "Configure my custom C++ enviroment." (local-set-key (kbd "C-c C-c") #'custom-compile-c++) (local-set-key (kbd "C-c C-r") #'custom-run-c++) - (local-set-key (kbd "C-c C-.") #'company-complete)) + (local-set-key (kbd "C-c C-.") #'company-complete)) (add-hook 'c-mode-hook #'configure-c++) (add-hook 'c++-mode-hook #'configure-c++)