We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19cd9d7 commit 06f9401Copy full SHA for 06f9401
ess-stata-mode.el
@@ -35,6 +35,13 @@
35
(require 'ess-mode)
36
(require 'ess-stata-lang)
37
38
+(defvar inferior-STA-program
39
+ "stata"
40
+ "Program name for invoking an inferior ESS with \\[Stata].")
41
+
42
+(defvar inferior-STA-start-args ""
43
+ "String of arguments used when starting Stata.")
44
45
(defvar STA-dialect-name "stata"
46
"Name of 'dialect' for Stata.");easily changeable in a user's .emacs
47
0 commit comments