mirror of
				https://github.com/larstvei/Focus.git
				synced 2025-11-04 02:00:11 +00:00 
			
		
		
		
	Move comment
This commit is contained in:
		
							parent
							
								
									89a954d8d2
								
							
						
					
					
						commit
						4087bf62e6
					
				
							
								
								
									
										2
									
								
								focus.el
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								focus.el
									
									
									
									
									
								
							@ -132,9 +132,9 @@ The timer calls `focus-read-only-hide-cursor' after
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
(defun focus-dim-buffer ()
 | 
					(defun focus-dim-buffer ()
 | 
				
			||||||
  "Dim the colors of relevant faces in the buffer."
 | 
					  "Dim the colors of relevant faces in the buffer."
 | 
				
			||||||
 | 
					  (focus-reset-remapping)
 | 
				
			||||||
  ;; Most faces that alters the background are better left undimmed. The
 | 
					  ;; Most faces that alters the background are better left undimmed. The
 | 
				
			||||||
  ;; default face is, however, a clear exception.
 | 
					  ;; default face is, however, a clear exception.
 | 
				
			||||||
  (focus-reset-remapping)
 | 
					 | 
				
			||||||
  (focus-remap-foreground-color-from-face 'default)
 | 
					  (focus-remap-foreground-color-from-face 'default)
 | 
				
			||||||
  (dolist (face (face-list))
 | 
					  (dolist (face (face-list))
 | 
				
			||||||
    (when (and (not (face-background face))
 | 
					    (when (and (not (face-background face))
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user