fix(tazjin/emacs): Do not assume '.txt' files are Markdown
Change-Id: I5cab039938e415facf81492e7e3775672ee45db9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2068 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									984c90749a
								
							
						
					
					
						commit
						ac5ba13dce
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -223,7 +223,6 @@ | |||
| 
 | ||||
| (use-package markdown-mode | ||||
|   :config | ||||
|   (add-to-list 'auto-mode-alist '("\\.txt\\'" . markdown-mode)) | ||||
|   (add-to-list 'auto-mode-alist '("\\.markdown\\'" . markdown-mode)) | ||||
|   (add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode))) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue