Периодически после длительной работы с emacs в .emacs появляется:
(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.
'(canlock-password "9ce59f31a59fc3b5224d6c2b688c1a5c8f0e9136")
'(gnus-use-adaptive-scoring f)
'(muse-file-extension "muse")
'(muse-html-charset-default "utf-8")
'(muse-html-encoding-default (quote utf-8))
'(muse-html-meta-content-encoding (quote utf-8))
'(muse-mode-auto-p nil))
(custom-set-faces
;; custom-set-faces 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.
)
После этого при последующей загрузке emacs я получаю следующее сообщение об ошибке:
custom-initialize-reset: Symbol's value as variable is void: f
Как избежать появления этих строк в моем конфиге ?