diff --git a/init.d/text/latex.el b/init.d/text/latex.el index b8d3dc5..f8e3e22 100644 --- a/init.d/text/latex.el +++ b/init.d/text/latex.el @@ -1,6 +1,6 @@ ;;; latex.el --- Settings for LaTeX. -*- lexical-binding: t; -*- -;; Time-stamp: <2019-12-26T07:41:35+00:00> +;; Time-stamp: <2020-02-18T17:18:01+0100> ;;; Commentary: @@ -28,7 +28,7 @@ ;; Auto complete for LaTeX. (use-package company-auctex - :after (auctex) + :after (auctex company) :hook (LaTeX-mode . company-auctex-init) diff --git a/init.d/text/misc.el b/init.d/text/misc.el index 961c68a..9c2d577 100644 --- a/init.d/text/misc.el +++ b/init.d/text/misc.el @@ -1,6 +1,6 @@ ;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-02-18T16:37:25+0100> +;; Time-stamp: <2020-02-18T17:18:24+0100> ;;; Commentary: @@ -35,7 +35,7 @@ ) (use-package company-nginx - :after nginx-mode + :after (nginx-mode company) :hook (nginx-mode . company-nginx-keywords)