purcell / emacs.d

An Emacs configuration bundle with batteries included
BSD 2-Clause "Simplified" License
6.84k stars 2.05k forks source link

What is the right way to remove a package included in purcell / emacs.d #776

Closed wickedjargon closed 3 years ago

wickedjargon commented 3 years ago

I am attempting to remove/disable paredit, but can't find a way to do it successfully. Can you please advise what is the best way to remove or disable this package? I'd like it either removed or disabled by default.

purcell commented 3 years ago

In that specific case you can probably put the following in init-local.el:

(remove-hook 'sanityinc/lispy-modes-hook 'enable-paredit-mode)
purcell commented 3 years ago

The general answer is that you could edit init-lisp.el directly in your fork.