[Emacs] Markdown-mode when editing text for Github
This commit is contained in:
		
							parent
							
								
									d99f605d5b
								
							
						
					
					
						commit
						25a9a14534
					
				@ -2940,7 +2940,12 @@ bit unfortunate Chrome’s name stuck in the package’s name though.
 | 
			
		||||
(use-package atomic-chrome
 | 
			
		||||
  :straight (:build t)
 | 
			
		||||
  :init
 | 
			
		||||
  (atomic-chrome-start-server))
 | 
			
		||||
  (atomic-chrome-start-server)
 | 
			
		||||
  :config
 | 
			
		||||
  (setq atomic-chrome-default-major-mode 'markdown-mode
 | 
			
		||||
        atomic-chrome-url-major-mode-alist `(("github\\.com"          . gfm-mode)
 | 
			
		||||
                                             ("gitlab\\.com"          . gfm-mode)
 | 
			
		||||
                                             ("labs\\.phundrak\\.com" . markdown-mode))))
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
*** Editorconfig
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user