Procházet zdrojové kódy

Fix helm for C Ide

Add missing packages install requirement.
master
ßingen před 9 roky
rodič
revize
5308b3078f
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +1
    -0
      lisp/setup-helm-gtags.el
  2. +1
    -0
      lisp/setup-helm.el

+ 1
- 0
lisp/setup-helm-gtags.el Zobrazit soubor

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

(setq

+ 1
- 0
lisp/setup-helm.el Zobrazit soubor

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


Načítá se…
Zrušit
Uložit