I often come across the following popular emacs builds:
Currently I\'m running a custom configurat
I create ~/.emacs.1.d/init.el
file , and give it content:
(setq user-emacs-directory "~/.emacs.1.d/")
then , start emacs like this emacs -q -l ~/.emacs.1.d/init.el
, now emacs used new configration.
success!!
-q
is means skip the default configration ~/.emacs.d/init.el
-l
is means load new configration