We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 1cb8bb9Copy full SHA for 1cb8bb9
.emacs
@@ -0,0 +1,21 @@
1
+
2
+;; Added by Package.el. This must come before configurations of
3
+;; installed packages. Don't delete this line. If you don't want it,
4
+;; just comment it out by adding a semicolon to the start of the line.
5
+;; You may delete these explanatory comments.
6
+;;(package-initialize)
7
8
+;;(setenv "HOME" "F:/spacemacs-dev-git")
9
+;;(setenv "PATH" "F:/spacemacs-dev-git")
10
+(setenv "HOME" "F:/zilong")
11
+(setenv "PATH" "F:/zilong")
12
+;;set the default file path
13
+(setq default-directory "~/")
14
15
+(setq explicit-shell-file-name
16
+ "F:/git/Git/bin/bash.exe")
17
+(setq shell-file-name explicit-shell-file-name)
18
+(add-to-list 'exec-path "F:/git/Git/bin")
19
20
+;;(require 'init)
21
+(load-file "~/.emacs.d/init.el")
0 commit comments