Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.02 KB

tex.org

File metadata and controls

20 lines (13 loc) · 1.02 KB
(add-to-list 'ac-modes 'LaTeX-mode)
(eval-after-load 'LaTeX-mode
  '(define-key TeX-mode-map (kbd "TAB") #'company-indent-or-complete-common))