File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 3434        larsen-clojure
3535        larsen-perl
3636        larsen-haskell
37-         ; ;  larsen-markdown
37+         larsen-markdown
3838        larsen-smarttab
3939        larsen-tramp
4040        larsen-helm
Original file line number Diff line number Diff line change 11; ;; larsen-markdown.el -- Markdown setup
22
3- (use-package  markdown-mode)
4- 
5- (setq-default  markdown-command " /usr/bin/pandoc -S -s --self-contained -f markdown -t html5 --data-dir=. " 
6- 
7- (add-to-list  'auto-mode-alist  '(" \\ .markdown$" .  markdown-mode))
8- (add-to-list  'auto-mode-alist  '(" \\ .md$" .  markdown-mode))
3+ (use-package  markdown-mode
4+   :mode  (" \\ .markdown$" " \\ .md$" 
5+   :custom  (markdown-command " /usr/bin/pandoc -s --self-contained -f markdown -t html5 --data-dir=. " 
96
107(defun  my-flymd-browser-function  (url )
118  (let  ((browse-url-browser-function 'browse-url-firefox ))
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments