mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(shell): Use user-emacs-directory.
This commit is contained in:
parent
5a96c75174
commit
f7c94f4304
1 changed files with 1 additions and 1 deletions
|
|
@ -557,7 +557,7 @@ Otherwise, one argument `-i' is passed to the shell.
|
|||
(startfile (concat "~/.emacs_" name))
|
||||
(xargs-name (intern-soft (concat "explicit-" name "-args"))))
|
||||
(unless (file-exists-p startfile)
|
||||
(setq startfile (concat "~/.emacs.d/init_" name ".sh")))
|
||||
(setq startfile (concat user-emacs-directory "init_" name ".sh")))
|
||||
(apply 'make-comint-in-buffer "shell" buffer prog
|
||||
(if (file-exists-p startfile) startfile)
|
||||
(if (and xargs-name (boundp xargs-name))
|
||||
|
|
|
|||
Loading…
Reference in a new issue