emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 1e2adca: ; Minor changes to tramp-theme.el


From: Michael Albinus
Subject: [elpa] master 1e2adca: ; Minor changes to tramp-theme.el
Date: Wed, 17 Feb 2016 10:34:36 +0000

branch: master
commit 1e2adca771571c85c3b4d9283c61abf95c57cbd5
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; 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 <address@hidden>
 ;; 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]