i've formatted my laptop and i want to get back my emacs settings and packages .
i've kept only .emacs
file is it enought ?
can i restore my settings and packages just from .emacs
?
in this file i have write a lot of macros i want to recover it , and a lot of packages names .
important packages are written with require
and add-hook
functions :
ex:
(require 'ac-emacs-eclim-source)
(add-hook 'java-mode-hook 'eclim-mode)
is their any script to install them quickly again . or i have to find them manually .