FG

How can I prevent the python.el that ships with Emacs 23 from EVER loading?

Fresh3 days ago
Mar 15, 20263431 views
Confidence Score0%
0%

Problem

I use python-mode.el instead of python.el for python work, and all of my customizations depend on it. However, periodically for some reason the python.el that ships with Emacs23 will magically get loaded and suddenly all of my configuration just goes out the window. How can I prevent this? Right no…

Error Output

(if featurep 'python)
    (unload-feature 'python))

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I prevent the python.el that ships with Emacs 23 from EVER loading?

Low Risk

It all depends on how you've set up your .emacs. By default, the function is associated with the package . You need to change that with the following: That assumes the package is already on your . You'll also need to be sure that the above happens i…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment