setq -> setq-default for fill-column
`setq-default` is the only way to ensure `fill-column` is set.
This commit is contained in:
		
							parent
							
								
									8d945d97de
								
							
						
					
					
						commit
						17a4f8ae53
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -66,7 +66,7 @@
 | 
			
		|||
      create-lockfiles nil)
 | 
			
		||||
 | 
			
		||||
;; ensure code wraps at 80 characters by default
 | 
			
		||||
(setq fill-column 80)
 | 
			
		||||
(setq-default fill-column 80)
 | 
			
		||||
 | 
			
		||||
(put 'narrow-to-region 'disabled nil)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue