Thursday, November 7, 2019

How to setup GNU Emacs on Windows 10

  • You want to C-h v (describe variable) user-init-file 
  • Put the path to your real init files in there eg, (load "c:/emacs/bin/init.el")
  • Source additional init files, eg, (load "c:/emacs/bin/_org.el"), (load "c:/emacs/bin/_erc.el")

No comments:

Post a Comment