1
0
Fork 0

fix: sharp quote magit

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-07-20 23:52:44 -07:00
parent 2140635bac
commit 80133038c7
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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))