From 80133038c703b3d975622bc349b6e445755a9432 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Thu, 20 Jul 2023 23:52:44 -0700 Subject: [PATCH] fix: sharp quote `magit` Signed-off-by: Lucas Sta Maria --- .emacs.d/include/misc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index 4addcc6..fa392b7 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -19,7 +19,7 @@ ("https://blog.cleancoder.com/atom.xml" blog))) ;; Bind Magit -(global-set-key (kbd "C-c g g") 'magit) +(global-set-key (kbd "C-c g g") #'magit) ;; Web configuration (add-to-list 'auto-mode-alist '("\\.jsx?$" . web-mode))