From b06548b8beb5ea2d3a527c567a783c7cea24a890 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 18 Aug 2016 14:42:42 -0700 Subject: [PATCH] Cleanup python use-package --- dotfiles/emacs.d/README.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 65806463..ae18a7c9 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1808,8 +1808,6 @@ modeline and with excessive http requests to github. :mode ("\\.py\\'" . python-mode) :config (progn - (fset 'main "if __name__ == '__main__':") - (fset 'sphinx-class ":class:`~") :init (progn (unbind-key "C-j" python-mode-map) @@ -1828,7 +1826,7 @@ modeline and with excessive http requests to github. (setq show-trailing-whitespace t) (if use-python-tabs (python-tabs)) (subword-mode t) - (imalison:make-imenu-index-flat) + ;; TODO: This was likely fixed and can probably be removed ;; Somehow this is sometimes set to jedi:ac-setup which we ;; don't want. This binding avoids starting auto-complete mode. (let ((jedi:setup-function nil))