Я не совсем понимаю, что делает этот файл .emacs, но я знаю, что когда я установил 16.04, у меня были проблемы в Emacs со шрифтами, и я не распознал кириллицу, поэтому я удалил .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.
 )
(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.
 '(better-fringes-bitmap ((t (:foreground "#00dd44"))))
 '(font-lock-string-face ((((class color) (min-colors 88) (background light)) (:foreground "#113355")))))

до сих пор я добавляю все, что я хочу выше этих строк ...

Ответы на вопрос(4)

Ваш ответ на вопрос