after setting the path for lisp files in emacs in a .emacs file like
(add-to-list 'load-path "~ / elisp /")
logically, I should also use the load command for a specific file. I guess this team
I tried
(load-file-name "google-c-style") with the addition of .el, also for the file, which should be the right way to do this
However, there was no success.
source share