Created
February 3, 2018 12:21
-
-
Save akirak/3c103a7b43ad7417e58d9d34c711e0bd to your computer and use it in GitHub Desktop.
Testing Emacs for Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
system-type | |
windows-nt | |
(getenv "HOME") | |
"C:\\Users\\IEUser\\AppData\\Roaming" | |
user-login-name | |
"IEUser" | |
(expand-file-name "~IEUser") | |
"c:/Users/IEUser/AppData/Roaming" | |
user-emacs-directory | |
"~/.emacs.d/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment