correct some emacs paths

This commit is contained in:
2025-09-28 15:05:05 -04:00
parent b22a9c4867
commit 1094859efd
2 changed files with 2 additions and 2 deletions

View File

@ -906,6 +906,6 @@ description at POINT."
(godef--find-file-line-column file))))
(file-error (message "Could not run godef binary"))))
(load "~/.emacs.d/modes/go-mode-custom.el")
(load "~/.config/emacs/modes/go-mode-custom.el")
(provide 'go-mode)