私は現在Macを使用しており、デフォルトでファイルの最後に改行を追加しないように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.
'(gud-gdb-command-name "gdb --annotate=1")
'(large-file-warning-threshold nil)
'(require-final-newline 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.
)