I tried reloading the ~ / .emacs file, and it seems that both commands are working fine. Then what's the difference between the two? To download .emacs, which command do I need to use?
From the manual :
The Mx boot library differs from the Mx load-file in that it searches for a sequence of directories and tries three file names in each directory.Suppose your argument is lib; the three names are lib.elc, lib.el, and finally just lib. If lib.elc exists, then this is the result of compiling lib.el; it’s better to download the compiled file, as it will load and run faster.
The Mx boot library differs from the Mx load-file in that it searches for a sequence of directories and tries three file names in each directory.
Suppose your argument is lib; the three names are lib.elc, lib.el, and finally just lib. If lib.elc exists, then this is the result of compiling lib.el; it’s better to download the compiled file, as it will load and run faster.
. , load-library load-path. load-file .
load-library
load-path
load-file
Source: https://habr.com/ru/post/1762890/More articles:Как найти имя самой длинной хранимой процедуры? - sql-serverCached instances of StructureMap - structuremapEBay JavaScript API - @ symbol in object member name - javascriptstd :: vector optimization - c ++c bitwise negation question - cPHP - How to check $ _SERVER ['HTTP_ACCEPT_LANGUAGE'] - phpКак сохранить план выполнения запросов, чтобы их можно было использовать позже - sql-serverHow to get the value of a SharePoint list field - sharepointstructure without structure name - cReusing tasks in SSIS - sql-server-2005All Articles