Hacker News new | ask | show | jobs
by informatimago 3875 days ago
Of course, you would

  M-x customize-variable RET custom-file RET
first, to save the customization variables to a separate file, adding:

    (setq custom-file "~/.emacs-custom.el")
    (load custom-file)
to your init file.