spacemacs/layers/+tags/cscope/config.el

11 lines
235 B
EmacsLisp
Raw Normal View History

;;; config.el --- cscope configuration File
;;
;; Copyright (c) 2019 Sylvain Benner & Contributors
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(defvar pycscope-binary "pycscope"
"The name of the pycscope binary.")