aboutsummaryrefslogtreecommitdiffstats
path: root/oni-python.el
diff options
context:
space:
mode:
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")