Skip to content

Instantly share code, notes, and snippets.

@kunday
Created May 16, 2010 14:59
Show Gist options
  • Select an option

  • Save kunday/402913 to your computer and use it in GitHub Desktop.

Select an option

Save kunday/402913 to your computer and use it in GitHub Desktop.
(defun reload-emacs ()
"Runs load-file on ~/.emacs"
(interactive)
(load-file "~/.emacs.d/init.el")
;; change load-file according to ur startup file
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment