Set cd for win32 in customfile
This commit is contained in:
parent
0def492a19
commit
3ae3a11a88
1 changed files with 3 additions and 4 deletions
|
@ -6,9 +6,7 @@
|
|||
org-default-notes-file "notes.org"
|
||||
org-babel-python-command "python3"
|
||||
browse-url-secondary-browser-function 'browse-url-firefox
|
||||
python-shell-interpreter "ipython"
|
||||
python-shell-interpreter-args "--simple-prompt -i")
|
||||
(add-to-list 'Info-default-directory-list "~/Documents/info/"))
|
||||
(add-to-list 'Info-default-directory-list "~/Documents/info/")))
|
||||
|
||||
(when (eq system-type 'windows-nt)
|
||||
(setq custom-file "~/.emacs.d/bundle/custom_win32.el")
|
||||
|
@ -30,7 +28,8 @@
|
|||
(cd "d:/opt")
|
||||
(setq custom-file "~/.emacs.d/bundle/custom_win32_EVG02667NB.el"))
|
||||
|
||||
(when (string= (system-name) "XPS-8930")))
|
||||
(when (string= (system-name) "XPS-8930")
|
||||
(cd "d:/visua/HiDrive/git/marcuskammer/")))
|
||||
|
||||
;; CUSTOM_FILE
|
||||
(load custom-file :noerror)
|
||||
|
|
Loading…
Add table
Reference in a new issue