Require traad for ‘traad-rename’
This commit is contained in:
parent
cf5fcd454b
commit
81965b90d1
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue