(defun reload-init () "Reload the init file." (interactive) (load-file "~/.emacs.d/init.el")) (global-set-key (kbd "C-c \\") 'reload-init)