spacemacs/layers/+tags/cscope/config.el
Gonéri Le Bouder f97c0ae6c1 pycscope: ability to configure the binary name
By default, cscope uses the "pycscope" command. This new variable
allow one to specify another binary name, e.g: python3-pycscope.
2019-09-14 01:06:16 +02:00

11 lines
235 B
EmacsLisp

;;; 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.")