mirror of
				https://github.com/larstvei/Focus.git
				synced 2025-11-04 02:00:11 +00:00 
			
		
		
		
	Whitespace cleanup
This commit is contained in:
		
							parent
							
								
									58a91b29aa
								
							
						
					
					
						commit
						ac711fe13a
					
				
							
								
								
									
										2
									
								
								focus.el
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								focus.el
									
									
									
									
									
								
							@ -133,7 +133,7 @@ each command."
 | 
				
			|||||||
(defun focus-init ()
 | 
					(defun focus-init ()
 | 
				
			||||||
  "This function is run when command `focus-mode' is enabled.
 | 
					  "This function is run when command `focus-mode' is enabled.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 It sets the `focus-pre-overlay' and `focus-post-overlay' to
 | 
					It sets the `focus-pre-overlay' and `focus-post-overlay' to
 | 
				
			||||||
overlays; these are invisible until `focus-move-focus' is run. It
 | 
					overlays; these are invisible until `focus-move-focus' is run. It
 | 
				
			||||||
adds `focus-move-focus' to `post-command-hook'."
 | 
					adds `focus-move-focus' to `post-command-hook'."
 | 
				
			||||||
  (setq focus-pre-overlay  (make-overlay (point-min) (point-min))
 | 
					  (setq focus-pre-overlay  (make-overlay (point-min) (point-min))
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user