Na parte inferior do seu arquivo .emacs
, insira:
(cd "~/")
cd is an interactive compiled Lisp function in 'files.el'.
(cd DIR)
Make DIR become the current buffer's default directory.
If your environment includes a 'CDPATH' variable, try each one of
that list of directories (separated by occurrences of
'path-separator') when resolving a relative directory name.
The path separator is colon in GNU and GNU-like systems.