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
| ;; Emacs start with other configuraction file instead of `~/.emacs.d/init.el` should include below codes. | |
| ;; `emacs -q -l location/of/init.el` | |
| (setq user-emacs-directory (file-name-directory (or load-file-name buffer-file-name))) | |
| (setq user-init-file (expand-file-name "init.el" user-emacs-directory)) |
NewerOlder