``` refactor(tex,completion,edit): Reorganize LaTeX configuration
and cleanup - Require init-tex module in main init.el Change marginalia - initialization from hook to immediate mode activation Enable - yasnippet globally in init-edit Remove unused init-snippet.el - module Simplify init-tex.el by removing redundant - cdlatex-yasnippet integration Add lexical binding and proper - package demand configuration for AuCTeX Clean up commented code in - init-org.el ```
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
:hook ((LaTeX-mode . yas-minor-mode)
|
||||
(post-self-insert . my/yas-try-expanding-auto-snippets))
|
||||
:config
|
||||
(yas-global-mode)
|
||||
(use-package warnings
|
||||
:config
|
||||
(cl-pushnew '(yasnippet backquote-change)
|
||||
|
||||
Reference in New Issue
Block a user