(: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))))