Guest User

Untitled

a guest
Jul 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ;; Emacs start with other configuraction file instead of `~/.emacs.d/init.el` should include below codes.
  2. ;; `emacs -q -l location/of/init.el`
  3. (setq user-emacs-directory (file-name-directory (or load-file-name buffer-file-name)))
  4. (setq user-init-file (expand-file-name "init.el" user-emacs-directory))
Add Comment
Please, Sign In to add comment