]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/tramp-theme/tramp-theme.el
Allow inclusing the closed bugs
[gnu-emacs-elpa] / packages / tramp-theme / tramp-theme.el
index 3e80257da9ad3b18d43bbd081c9660b2ed6881cc..6da29a2343bba2b63217056fe2c97963181c50c5 100644 (file)
@@ -3,17 +3,19 @@
 ;; Copyright (C) 2016 Free Software Foundation, Inc.
 
 ;; Author: Michael Albinus <michael.albinus@gmx.de>
+;; Keywords: convenience, faces
 ;; Package: tramp-theme
-;; Version: 0.1
+;; Version: 0.1.1
+;; Package-Requires: ((emacs "24.1"))
 
-;; This file is part of GNU Emacs.
+;; This file is not part of GNU Emacs.
 
-;; GNU Emacs is free software: you can redistribute it and/or modify
+;; This program is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
 ;; the Free Software Foundation, either version 3 of the License, or
 ;; (at your option) any later version.
 
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; This program is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; GNU General Public License for more details.
 
 ;;; 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.")
@@ -145,6 +151,12 @@ Used in different hooks, in order to accelerate the redisplay."
       'tramp-theme-hook-function
       (delete 'tramp-theme-hook-function eshell-directory-change-hook)))))
 
+;;;###autoload
+(when load-file-name
+  (add-to-list
+   'custom-theme-load-path
+   (file-name-as-directory (file-name-directory load-file-name))))
+
 (provide-theme 'tramp)
 
 ;;; TODO: