.dir-locals.el: Use setq-local on guix-directory.
* .dir-locals.el: Use setq-local on guix-directory. While a problem with using setq hasn't been identified, this seems like good hygiene.
This commit is contained in:
		
							parent
							
								
									e385e5fc3c
								
							
						
					
					
						commit
						28aef467ee
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -11,8 +11,9 @@
 | 
				
			||||||
      . "<https?://\\(debbugs\\|bugs\\)\\.gnu\\.org/\\([0-9]+\\)>")
 | 
					      . "<https?://\\(debbugs\\|bugs\\)\\.gnu\\.org/\\([0-9]+\\)>")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
     ;; Emacs-Guix
 | 
					     ;; Emacs-Guix
 | 
				
			||||||
     (eval . (setq guix-directory
 | 
					     (eval . (setq-local guix-directory
 | 
				
			||||||
                   (locate-dominating-file default-directory ".dir-locals.el")))
 | 
					                         (locate-dominating-file default-directory
 | 
				
			||||||
 | 
					                                                 ".dir-locals.el")))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
     ;; Geiser
 | 
					     ;; Geiser
 | 
				
			||||||
     ;; This allows automatically setting the `geiser-guile-load-path'
 | 
					     ;; This allows automatically setting the `geiser-guile-load-path'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue