mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-26 08:55:57 +02:00
4 lines
162 B
EmacsLisp
4 lines
162 B
EmacsLisp
(add-to-list 'load-path "@SITELISP@")
|
|
(autoload 'whinify "whine"
|
|
"Make certain interactive commands whine.
|
|
The command `unwhinify' makes them normal again." t)
|