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)

View File

@ -6,7 +6,7 @@
(add-hook 'text-mode-hook 'flyspell-mode)
; Settings for C++ mode (and I guess C as well)
(add-hook 'c-mode-common-hook (lambda () (load "~/.emacs.d/modes/c-mode.el")))
(add-hook 'c-mode-common-hook (lambda () (load "~/.config/emacs/modes/c-mode.el")))
(add-hook 'c-mode-common-hook 'hs-minor-mode)
;; Terraform mode hooks