spacemacs/layers/+tags/cscope/config.el
2020-09-23 21:25:01 +02:00

11 lines
235 B
EmacsLisp

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