Change page break plugin
This commit is contained in:
		
							
								
								
									
										12
									
								
								init.el
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								init.el
									
									
									
									
									
								
							@ -3616,13 +3616,13 @@ one of the normal rainbow-delimiters-depth-N-face faces."
 | 
			
		||||
  (dictionary-read-word-function . #'dictionary-completing-read-word)
 | 
			
		||||
  (dictionary-read-dictionary-function . #'dictionary-completing-read-dictionary))
 | 
			
		||||
 | 
			
		||||
;; page break lines
 | 
			
		||||
(use-package page-break-lines
 | 
			
		||||
;; prettify ^L characters
 | 
			
		||||
(use-package form-feed
 | 
			
		||||
  :custom-face
 | 
			
		||||
  (form-feed-line ((((type graphic)) :strike-through "#555556")
 | 
			
		||||
                   (((type tty)) :inherit font-lock-comment-face :underline t)))
 | 
			
		||||
  :config
 | 
			
		||||
  (global-page-break-lines-mode 1)
 | 
			
		||||
  (add-to-list 'page-break-lines-modes 'prog-mode)
 | 
			
		||||
  (add-to-list 'page-break-lines-modes 'text-mode)
 | 
			
		||||
  (add-to-list 'page-break-lines-modes 'helpful-mode))
 | 
			
		||||
  (global-form-feed-mode 1))
 | 
			
		||||
 | 
			
		||||
;; fun!
 | 
			
		||||
(use-package mines
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user