diff --git a/init.el b/init.el index 694e7bf..390ea76 100644 --- a/init.el +++ b/init.el @@ -124,10 +124,6 @@ ;; old M-x, just-in-case (global-set-key (kbd "C-c C-c M-x") 'execute-extended-command) -;; healthy people weeks are starting on Monday -(use-package calendar - :init (setq calendar-week-start-day 1)) - ;; CC mode default styles (setq c-default-style '((java-mode . "java") (awk-mode . "awk") @@ -135,6 +131,10 @@ (c++-mode . "stroustrup") (other . "linux"))) +;; healthy people weeks are starting on Monday +(use-package calendar + :init (setq calendar-week-start-day 1)) + (use-package tex-site :defer t :mode ("\\.tex\\'" . latex-mode)