Explorar el Código

Update company-mode to always be on.

cray
Mitch Tishmack hace 11 años
padre
commit
7e96fa6b57
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      emacs/.emacs.d/emacs.org

+ 4
- 1
emacs/.emacs.d/emacs.org Ver fichero

@@ -767,7 +767,10 @@ Highlight TODO/FIXME type messages in comments.
Completion tips.

#+BEGIN_SRC emacs-lisp :tangle no
(use-package company-mode :ensure t)
(use-package company-mode
:ensure t
:config (add-hook 'after-init-hook 'global-company-mode)
)
#+END_SRC

** yaml-mode


Cargando…
Cancelar
Guardar