зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-31 05:36:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			8 строки
		
	
	
		
			247 B
		
	
	
	
		
			EmacsLisp
		
	
	
	
	
	
			
		
		
	
	
			8 строки
		
	
	
		
			247 B
		
	
	
	
		
			EmacsLisp
		
	
	
	
	
	
| ; '(current-language-environment "UTF-8")
 | |
| 
 | |
| (set-language-environment 'UTF-8)
 | |
| (setq default-input-method 'russian-computer)
 | |
| (set-selection-coding-system 'windows-1251)
 | |
| (set-default-coding-systems 'windows-1251)
 | |
| (prefer-coding-system 'windows-1251)
 | 
