mirror of
				https://github.com/larstvei/dot-emacs.git
				synced 2025-10-30 23:40:11 +00:00 
			
		
		
		
	Don't fold lines
This commit is contained in:
		
							parent
							
								
									0031cce666
								
							
						
					
					
						commit
						f93d635673
					
				
							
								
								
									
										9
									
								
								init.org
									
									
									
									
									
								
							
							
						
						
									
										9
									
								
								init.org
									
									
									
									
									
								
							| @ -268,10 +268,11 @@ | ||||
|    buffer-local variable's default value. | ||||
| 
 | ||||
|    #+BEGIN_SRC emacs-lisp | ||||
|    (setq-default fill-column 76                    ; Maximum line width. | ||||
|                  indent-tabs-mode nil              ; Use spaces instead of tabs. | ||||
|                  split-width-threshold 100         ; Split verticly by default. | ||||
|                  auto-fill-function 'do-auto-fill) ; Auto-fill-mode everywhere. | ||||
|    (setq-default fill-column 79                    ; Maximum line width | ||||
|                  truncate-lines t                  ; Don't fold lines | ||||
|                  indent-tabs-mode nil              ; Use spaces instead of tabs | ||||
|                  split-width-threshold 100         ; Split verticly by default | ||||
|                  auto-fill-function 'do-auto-fill) ; Auto-fill-mode everywhere | ||||
|    #+END_SRC | ||||
| 
 | ||||
|    The =load-path= specifies where Emacs should look for =.el=-files (or | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user