Skip to content

Commit 1cb8bb9

Browse files
committed
first time emacs config
0 parents  commit 1cb8bb9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.emacs

+21
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)