Explorar el Código

Fix helm for C Ide

Add missing packages install requirement.
master
ßingen hace 9 años
padre
commit
5308b3078f
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. +1
    -0
      lisp/setup-helm-gtags.el
  2. +1
    -0
      lisp/setup-helm.el

+ 1
- 0
lisp/setup-helm-gtags.el Ver fichero

@@ -1,3 +1,4 @@
(require-package 'helm-gtags)
(require 'helm-gtags)

(setq

+ 1
- 0
lisp/setup-helm.el Ver fichero

@@ -1,3 +1,4 @@
(require-package 'helm)
(require 'helm-config)
(require 'helm-grep)


Cargando…
Cancelar
Guardar