Questions tagged [site-lisp]
The site-lisp tag has no summary.
9 questions
1 vote
1 answer
81 views
How to properly organise site-wide startup on MS Windows?
I am usually using Emacs with Linux (Ubuntu), but I now have to make a global (all users) configuration for a Windows system. Under Linux, I would put my .el files under /etc/emacs/site-start.d, and ...
2 votes
1 answer
271 views
Which site-lisp file was loaded, default.el or default.elc?
I'm setting up some site-wide default configuration in the site-lisp directory, and trying to figure out whether emacs is loading the byte-compiled default.elc or default.el. I haven't applied any ...
0 votes
3 answers
2k views
where to put .el files on Windows10 for loading at startup
I'm using emacs as a bog-standard program in Windows, and also from the command line in cygwin. They both use the same installation of emacs. I just grabbed yaml-mode.el off the net but I can't ...
7 votes
1 answer
575 views
How can I build/package Emacs so that the C source files are installed to a standard find-function-C-source-directory?
I want to be able to view C source code of Emacs functions. For example, I want to be able to do M-: (find-function 'message). Emacs prompts me for directory the C sources, so it can set find-...
4 votes
1 answer
201 views
Automatically move installed packages to site-lisp to benefit all user accounts
I have scripts to setup virtual machine images, where emacs packages are installed for the root account. Currently, I manually copy them to the appropriate site-lisp directory, i.e. one of those ...