branch: master
commit 1e2adca771571c85c3b4d9283c61abf95c57cbd5
Author: Michael Albinus <[email protected]>
Commit: Michael Albinus <[email protected]>
; Minor changes to tramp-theme.el
---
packages/tramp-theme/tramp-theme.el | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/packages/tramp-theme/tramp-theme.el
b/packages/tramp-theme/tramp-theme.el
index 3e80257..2ef2594 100644
--- a/packages/tramp-theme/tramp-theme.el
+++ b/packages/tramp-theme/tramp-theme.el
@@ -5,6 +5,8 @@
;; Author: Michael Albinus <[email protected]>
;; Package: tramp-theme
;; Version: 0.1
+;; Package-Requires: ((emacs "24.1"))
+
;; This file is part of GNU Emacs.
@@ -35,6 +37,10 @@
;;; Code:
+;; This is needed for the customized variables.
+(require 'dired)
+(require 'em-dirs)
+
(deftheme tramp
"A custom theme to decorate buffers when they are remote.
It can be combined with other custom themes.")