Fix project.el issue
This commit is contained in:
		
							parent
							
								
									85ce390237
								
							
						
					
					
						commit
						da2e7b2393
					
				@ -656,7 +656,7 @@ The theme of `C-x 4` bindings is that they operate on other windows, so this fun
 | 
				
			|||||||
  (let ((override (locate-dominating-file dir ".project.el")))
 | 
					  (let ((override (locate-dominating-file dir ".project.el")))
 | 
				
			||||||
    (if override
 | 
					    (if override
 | 
				
			||||||
      (cons 'transient override)
 | 
					      (cons 'transient override)
 | 
				
			||||||
      nil)))
 | 
					      (project-try-vc dir))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(add-hook 'project-find-functions #'joe/project-root-override)
 | 
					(add-hook 'project-find-functions #'joe/project-root-override)
 | 
				
			||||||
#+end_src
 | 
					#+end_src
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user