aboutsummaryrefslogtreecommitdiffstats
path: root/oni-python.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-02-06 00:03:45 -0800
committerGravatar Tom Willemse2019-02-06 00:03:45 -0800
commit81965b90d12e7cee631d7f009b7d27eb5f5f290d (patch)
tree57458f2b6fb457f0bb0ae2fbb0fd71c2e2efa9b2 /oni-python.el
parentcf5fcd454bec15e042e820bc9b07209a20cffad7 (diff)
downloademacs-config-81965b90d12e7cee631d7f009b7d27eb5f5f290d.tar.gz
emacs-config-81965b90d12e7cee631d7f009b7d27eb5f5f290d.zip
Require traad for ‘traad-rename’
Diffstat (limited to 'oni-python.el')
-rw-r--r--oni-python.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-python.el b/oni-python.el
index 04f03ba..5feab25 100644
--- a/oni-python.el
+++ b/oni-python.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190204164453
+;; Version: 20190205234251
;; Package-Requires: (company-jedi fill-column-indicator flycheck rainbow-delimiters reformatter traad hydra)
;; This program is free software; you can redistribute it and/or modify
@@ -38,6 +38,7 @@
(require 'hydra)
(require 'python)
(require 'reformatter)
+(require 'traad)
(require 'whitespace)
(autoload 'hl-indent-mode "hl-indent-mode")