Skip to main content

Questions tagged [site-lisp]

1 vote
1 answer
81 views

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 ...
ysalmon's user avatar
  • 111
2 votes
1 answer
271 views

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 ...
ivan's user avatar
  • 2,008
0 votes
3 answers
2k views

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 ...
Adam's user avatar
  • 241
7 votes
1 answer
575 views

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-...
Wilfred Hughes's user avatar
4 votes
1 answer
201 views

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 ...
Ben Hyde's user avatar
  • 594