Change current-project to mono-repo
Point the constants/current-project variable to my mono-repo. The constants.el file isn't as populated as I was expecting and I think supporting it introduces indirection in my code. I'm considering removing it.
This commit is contained in:
		
							parent
							
								
									ec21e072a1
								
							
						
					
					
						commit
						2a9fadd092
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -10,7 +10,7 @@
 | 
				
			||||||
;; current consumers of these constants, and I'm unsure if the indirection that
 | 
					;; current consumers of these constants, and I'm unsure if the indirection that
 | 
				
			||||||
;; globally defined constants introduces is worth it.
 | 
					;; globally defined constants introduces is worth it.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(defconst constants/current-project "~/Dropbox/ide/src"
 | 
					(defconst constants/current-project "~/mono"
 | 
				
			||||||
  "Variable holding the directory for my currently active project.")
 | 
					  "Variable holding the directory for my currently active project.")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(defconst constants/mouse-kbds
 | 
					(defconst constants/mouse-kbds
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue