aboutsummaryrefslogtreecommitdiffstats
path: root/modules/init-company.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/init-company.el')
-rw-r--r--modules/init-company.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/init-company.el b/modules/init-company.el
index c8ad1a5..1c958ad 100644
--- a/modules/init-company.el
+++ b/modules/init-company.el
@@ -1,8 +1,8 @@
;;; init-company.el --- .Emacs Configuration -*- lexical-binding: t -*-
;;; Commentary:
-;; Company es un famework de Emacs para el completado de texto.
+;; Company is a framework for text completion in Emacs.
-;;; code:
+;;; Code:
(use-package company
:defer 5
:diminish
@@ -29,7 +29,6 @@
(global-company-mode t))
(use-package company-quickhelp
- :ensure t
:after company
:config
(company-quickhelp-mode 1))