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

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

[elpa] externals/tramp-theme feb4b1b 2/8: ; Minor changes to tramp-theme


From: Stefan Monnier
Subject: [elpa] externals/tramp-theme feb4b1b 2/8: ; Minor changes to tramp-theme.el
Date: Tue, 1 Dec 2020 17:30:57 -0500 (EST)

branch: externals/tramp-theme
commit feb4b1b067cb7e1a5b62c4aa5e05e2ca98512003
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; Minor changes to tramp-theme.el
---
 tramp-theme.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tramp-theme.el b/tramp-theme.el
index 3e80257..2ef2594 100644
--- a/tramp-theme.el
+++ b/tramp-theme.el
@@ -5,6 +5,8 @@
 ;; Author: Michael Albinus <michael.albinus@gmx.de>
 ;; 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]