Change default value of center-content-hide-mode-line
				
					
				
			This commit is contained in:
		
							parent
							
								
									ea42c54438
								
							
						
					
					
						commit
						8fd156e918
					
				@ -33,7 +33,7 @@
 | 
			
		||||
  :type 'boolean
 | 
			
		||||
  :group 'center-content)
 | 
			
		||||
 | 
			
		||||
(defcustom center-content-hide-mode-line t
 | 
			
		||||
(defcustom center-content-hide-mode-line nil
 | 
			
		||||
  "Hide mode-line when centering."
 | 
			
		||||
  :type 'boolean
 | 
			
		||||
  :group 'center-content)
 | 
			
		||||
@ -131,9 +131,8 @@
 | 
			
		||||
(define-minor-mode center-content-mode
 | 
			
		||||
  "Toggle horizontal and vertical centering of buffer content.
 | 
			
		||||
 | 
			
		||||
When enabled, the content of the buffer is centered both
 | 
			
		||||
horizontally and vertically within the window. The mode line is
 | 
			
		||||
hidden for a clean appearance."
 | 
			
		||||
When enabled, the content of the buffer is centered both horizontally
 | 
			
		||||
and vertically within the window."
 | 
			
		||||
  :init-value nil
 | 
			
		||||
  :global nil
 | 
			
		||||
  :lighter " Center"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user