feat(tazjin/emacs): Disable annoying warnings from native comp
Change-Id: Ibe6bcd544188afb8746bf27a6467a436803e659f Reviewed-on: https://cl.tvl.fyi/c/depot/+/3876 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									b28c94c101
								
							
						
					
					
						commit
						1cdc488f19
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -1,5 +1,9 @@
 | 
				
			||||||
;;; init.el --- Package bootstrapping. -*- lexical-binding: t; -*-
 | 
					;;; init.el --- Package bootstrapping. -*- lexical-binding: t; -*-
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					;; Disable annoying warnings from native compilation.
 | 
				
			||||||
 | 
					(setq native-comp-async-report-warnings-errors nil
 | 
				
			||||||
 | 
					      warning-suppress-log-types '((comp)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; Packages are installed via Nix configuration, this file only
 | 
					;; Packages are installed via Nix configuration, this file only
 | 
				
			||||||
;; initialises the newly loaded packages.
 | 
					;; initialises the newly loaded packages.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue