From Fedora Project Wiki
Description
This test case ensures that the emacs-filesystem
structure is properly set up on Fedora.
Setup
- Ensure that you have
emacs-filesystem
installed. If not, install it:sudo dnf install emacs-filesystem
How to test
- Open a terminal.
- Verify the directory structure exists:
ls /usr/share/emacs/
- Verify the
site-lisp
directory:ls /usr/share/emacs/site-lisp/
Expected Results
- The directory
/usr/share/emacs/
should exist. - The
site-lisp
directory should be present inside/usr/share/emacs/
, which is used for site-wide lisp packages.
Optional
For users familiar with Emacs and its lisp packages, you can test adding a custom lisp package to site-lisp
and ensure it's loaded correctly by Emacs.