mirror of https://github.com/Flinner/dots.git
				
				
				
			feat: tex insert dollar, and cdlatex math symbols
This commit is contained in:
		
							parent
							
								
									d349d91865
								
							
						
					
					
						commit
						045b1c8bd3
					
				| 
						 | 
				
			
			@ -1795,7 +1795,8 @@ AucTex
 | 
			
		|||
    ;;  I only defined \(\) lol
 | 
			
		||||
  (setq TeX-electric-math (quote ("\\(" . "\\)")))
 | 
			
		||||
  (evil-define-key 'visual 'LaTeX-mode-map
 | 
			
		||||
    "$" 'TeX-insert-dollar)
 | 
			
		||||
    "$" 'TeX-insert-dollar
 | 
			
		||||
    "'" 'cdlatex-math-modify)
 | 
			
		||||
 | 
			
		||||
    ;; (setq TeX-auto-save t)
 | 
			
		||||
    (setq TeX-parse-self t)
 | 
			
		||||
| 
						 | 
				
			
			@ -2356,3 +2357,4 @@ Breaking change betweeen =mu4e-alert= and =mu= :(
 | 
			
		|||
#+end_src
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue