|
From: | Nikolay Kudryavtsev |
Subject: | Re: How to modify a function of a package |
Date: | Sat, 28 Oct 2023 16:18:39 +0300 |
User-agent: | Mozilla Thunderbird |
1. You do (require 'package) before redefining a function in it. Won't always work, a package may do something really sneaky with it's functions, but should suffice for most cases.
2. If you use use-package, put your function redefinition into the :config form and that's it.
[Prev in Thread] | Current Thread | [Next in Thread] |