fix: sharp quote magit
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
2140635bac
commit
80133038c7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
("https://blog.cleancoder.com/atom.xml" blog)))
|
("https://blog.cleancoder.com/atom.xml" blog)))
|
||||||
|
|
||||||
;; Bind Magit
|
;; Bind Magit
|
||||||
(global-set-key (kbd "C-c g g") 'magit)
|
(global-set-key (kbd "C-c g g") #'magit)
|
||||||
|
|
||||||
;; Web configuration
|
;; Web configuration
|
||||||
(add-to-list 'auto-mode-alist '("\\.jsx?$" . web-mode))
|
(add-to-list 'auto-mode-alist '("\\.jsx?$" . web-mode))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue