Add modules/feature/jump (WIP)

This commit is contained in:
Henrik Lissner 2017-03-15 22:44:42 -04:00
parent 8c9269c9a2
commit 9c4ae61476
6 changed files with 127 additions and 4 deletions

View file

@ -0,0 +1,10 @@
;; -*- no-byte-compile: t; -*-
;;; feature/jump/packages.el
(package! dumb-jump)
;; (package! ggtags)
;; (cond ((featurep! :completion ivy)
;; (package! counsel-gtags))
;; ((featurep! :completion helm)
;; (package! helm-gtags)))