comparison .elisp/settings/10.require.el @ 461:607bc0754921

emacs: jettison ancient python-mode.el I'm not really sure why I've been carrying this around, but it started breaking things in *extremely* weird ways today (query-replace being broken, for example) so it has clearly overstayed its welcome.
author Augie Fackler <raf@durin42.com>
date Thu, 07 Jun 2018 17:23:51 -0400
parents c2a49960f11f
children a6d9af3fdc50
comparison
equal deleted inserted replaced
460:6e5260ca85f2 461:607bc0754921
3 (require 'ido) 3 (require 'ido)
4 (setq ido-enable-flex-matching t) 4 (setq ido-enable-flex-matching t)
5 (ido-mode t) 5 (ido-mode t)
6 6
7 (smex-initialize) 7 (smex-initialize)
8
9 ;; Python
10 (require 'python-mode)
11 8
12 ;; VCS 9 ;; VCS
13 (require 'mercurial) 10 (require 'mercurial)
14 (require 'magit) 11 (require 'magit)
15 12