Selaa lähdekoodia

Fix helm for C Ide

Add missing packages install requirement.
master
ßingen 9 vuotta sitten
vanhempi
commit
5308b3078f
2 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +1
    -0
      lisp/setup-helm-gtags.el
  2. +1
    -0
      lisp/setup-helm.el

+ 1
- 0
lisp/setup-helm-gtags.el Näytä tiedosto

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

(setq

+ 1
- 0
lisp/setup-helm.el Näytä tiedosto

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


Loading…
Peruuta
Tallenna