10 lines
		
	
	
		
			284 B
		
	
	
	
		
			Org Mode
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			284 B
		
	
	
	
		
			Org Mode
		
	
	
	
	
	
| #+title: Readme
 | |
| 
 | |
| To ensure that the lsp in emacs work, one needs to run
 | |
| #+begin_src sh
 | |
| lake exec cache get
 | |
| lake build
 | |
| #+end_src
 | |
| 
 | |
| The build step could be done in emacs via just loading a file, however, if the dependency is large (for example mathlib), it will crash due to size issues
 |