diff options
author | Kristoffer Grönlund <krig@koru.se> | 2011-03-07 21:47:55 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-03-07 21:47:55 -0500 |
commit | 0d53df48577fa3b4eb974bd3de299006a96e7bb9 (patch) | |
tree | 7fc02ae95feea2209945558e2d2d00511b0c73e0 /etc/themes/tsdh-dark-theme.el | |
parent | 1c2cc4efceea675cfa303414478e4abd160e26d0 (diff) | |
download | emacs-0d53df48577fa3b4eb974bd3de299006a96e7bb9.tar.gz |
* etc/themes/wombat-theme.el: New file.
Also, add Lisp file tails to tsdh-*-theme.el.
Diffstat (limited to 'etc/themes/tsdh-dark-theme.el')
-rw-r--r-- | etc/themes/tsdh-dark-theme.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el index d15677114aa..b4fe0b59237 100644 --- a/etc/themes/tsdh-dark-theme.el +++ b/etc/themes/tsdh-dark-theme.el @@ -58,3 +58,9 @@ '(window-number-face ((t (:foreground "red" :weight bold))))) (provide-theme 'tsdh-dark) + +;; Local Variables: +;; no-byte-compile: t +;; End: + +;;; tsdh-dark-theme.el ends here |