mirror of
				https://github.com/larstvei/dot-emacs.git
				synced 2025-11-04 01:20:11 +00:00 
			
		
		
		
	Small changes to js/ts
I suspect this change was needed due to recent changes in emacs... But it could also be that this never worked and hadn't testet the setup properly.
This commit is contained in:
		
							parent
							
								
									ba8dab3746
								
							
						
					
					
						commit
						a71c4f62f3
					
				
							
								
								
									
										4
									
								
								init.org
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								init.org
									
									
									
									
									
								
							@ -1937,7 +1937,7 @@
 | 
				
			|||||||
   #+begin_src emacs-lisp
 | 
					   #+begin_src emacs-lisp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   ;; Major mode for editing JavaScript
 | 
					   ;; Major mode for editing JavaScript
 | 
				
			||||||
   (use-package js-ts-mode
 | 
					   (use-package js
 | 
				
			||||||
     :ensure nil
 | 
					     :ensure nil
 | 
				
			||||||
     :defer t
 | 
					     :defer t
 | 
				
			||||||
     :mode "\\.jsx?\\'"
 | 
					     :mode "\\.jsx?\\'"
 | 
				
			||||||
@ -1950,7 +1950,7 @@
 | 
				
			|||||||
   #+begin_src emacs-lisp
 | 
					   #+begin_src emacs-lisp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   ;; tree sitter support for TypeScript
 | 
					   ;; tree sitter support for TypeScript
 | 
				
			||||||
   (use-package tsx-ts-mode
 | 
					   (use-package typescript-ts-mode
 | 
				
			||||||
     :ensure nil
 | 
					     :ensure nil
 | 
				
			||||||
     :defer t
 | 
					     :defer t
 | 
				
			||||||
     :mode "\\.tsx?\\'"
 | 
					     :mode "\\.tsx?\\'"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user