Created
November 26, 2016 10:35
-
-
Save xuchunyang/601564041bc4476d2c4b5d2884f28a91 to your computer and use it in GitHub Desktop.
exiting init file early
This file contains 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
;; init.el ends here | |
(with-current-buffer " *load*" (goto-char (point-max))) | |
(the following does not matter nay more) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment