X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/b52e25607e94d4fb7fb6b13c66f7a06f117d9371..1e2adca771571c85c3b4d9283c61abf95c57cbd5:/packages/tramp-theme/tramp-theme.el diff --git a/packages/tramp-theme/tramp-theme.el b/packages/tramp-theme/tramp-theme.el index 3e80257da..2ef259422 100644 --- a/packages/tramp-theme/tramp-theme.el +++ b/packages/tramp-theme/tramp-theme.el @@ -5,6 +5,8 @@ ;; Author: Michael Albinus ;; 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.")