1
0
Fork 0

Require traad for ‘traad-rename’

This commit is contained in:
Tom Willemse 2019-02-06 00:03:45 -08:00
parent cf5fcd454b
commit 81965b90d1

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 20190204164453 ;; Version: 20190205234251
;; Package-Requires: (company-jedi fill-column-indicator flycheck rainbow-delimiters reformatter traad hydra) ;; 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 ;; This program is free software; you can redistribute it and/or modify
@ -38,6 +38,7 @@
(require 'hydra) (require 'hydra)
(require 'python) (require 'python)
(require 'reformatter) (require 'reformatter)
(require 'traad)
(require 'whitespace) (require 'whitespace)
(autoload 'hl-indent-mode "hl-indent-mode") (autoload 'hl-indent-mode "hl-indent-mode")