el-get/recipes/xcscope.rcp
2014-05-08 18:41:50 -04:00

11 lines
411 B
Plaintext

(:name xcscope
:description "Cscope interface for (X)Emacs"
:type github
:pkgname "dkogan/xcscope.el"
:prepare
(progn
;; `cscope-setup' without having to (require 'xcscope)
(add-hook 'c-mode-hook (function cscope-minor-mode))
(add-hook 'c++-mode-hook (function cscope-minor-mode))
(add-hook 'dired-mode-hook (function cscope-minor-mode))))