``` 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:
@@ -60,7 +60,8 @@
|
||||
|
||||
;; Enrich existing commands with completion annotations
|
||||
(use-package marginalia
|
||||
:hook (after-init . marginalia-mode))
|
||||
:init
|
||||
(marginalia-mode))
|
||||
|
||||
;; Consulting completing-read
|
||||
(use-package consult
|
||||
|
||||
Reference in New Issue
Block a user