У меня есть приложение (Emacs) в доке, которое, очевидно, запускается в / (корневая папка). Могу ли я настроить его для запуска в $ HOME? например, поиск эквивалента свойств ярлыка в Windows.
1 ответ
1
В нижней части вашего файла .emacs
вставьте:
(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.