diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index dc744d43..8745a22e 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -2057,8 +2057,9 @@ window is active in the perspective." (fset 'sphinx-class ":class:`~") :init (progn - (use-package pymacs :ensure t) - (use-package sphinx-doc :ensure t) + (unbind-key "C-j" python-mode-map) + (use-package pymacs) + (use-package sphinx-doc) (defun imalison:python-mode () (setq show-trailing-whitespace t) (if use-python-tabs (python-tabs))