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

11 lines
235 B
EmacsLisp
Raw Normal View History

;;; config.el --- cscope configuration File
;;
2020-09-16 21:34:40 +00:00
;; 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.")