В смысле, вот я его запустил
# /etc/init.d/emacs.fargred start
$ emacsclient -c
# /etc/init.d/emacs.fargred restart
Настройки из init.el:
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
…
'(desktop-base-file-name ".desktop")
'(desktop-base-lock-name ".desktop.lock")
'(desktop-load-locked-desktop t)
'(desktop-path (quote ("~/.emacs.d/")))
'(desktop-save t)
'(desktop-save-mode t)
…
)