dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

theme-loaddefs.el (1985B)


      1 ;;; theme-loaddefs.el --- automatically extracted autoloads (do not edit)   -*- lexical-binding: t -*-
      2 ;; Generated by the `loaddefs-generate' function.
      3 
      4 ;; This file is part of GNU Emacs.
      5 
      6 ;;; Code:
      7 
      8 (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from modus-operandi-deuteranopia-theme.el
     13 
     14 (put 'modus-operandi-deuteranopia 'theme-properties (list :background-mode 'light :kind 'color-scheme :family 'modus))
     15 
     16 
     17 ;;; Generated autoloads from modus-operandi-theme.el
     18 
     19 (put 'modus-operandi 'theme-properties (list :background-mode 'light :kind 'color-scheme :family 'modus))
     20 
     21 
     22 ;;; Generated autoloads from modus-operandi-tinted-theme.el
     23 
     24 (put 'modus-operandi-tinted 'theme-properties (list :background-mode 'light :kind 'color-scheme :family 'modus))
     25 
     26 
     27 ;;; Generated autoloads from modus-operandi-tritanopia-theme.el
     28 
     29 (put 'modus-operandi-tritanopia 'theme-properties (list :background-mode 'light :kind 'color-scheme :family 'modus))
     30 
     31 
     32 ;;; Generated autoloads from modus-vivendi-deuteranopia-theme.el
     33 
     34 (put 'modus-vivendi-deuteranopia 'theme-properties (list :background-mode 'dark :kind 'color-scheme :family 'modus))
     35 
     36 
     37 ;;; Generated autoloads from modus-vivendi-theme.el
     38 
     39 (put 'modus-vivendi 'theme-properties (list :background-mode 'dark :kind 'color-scheme :family 'modus))
     40 
     41 
     42 ;;; Generated autoloads from modus-vivendi-tinted-theme.el
     43 
     44 (put 'modus-vivendi-tinted 'theme-properties (list :background-mode 'dark :kind 'color-scheme :family 'modus))
     45 
     46 
     47 ;;; Generated autoloads from modus-vivendi-tritanopia-theme.el
     48 
     49 (put 'modus-vivendi-tritanopia 'theme-properties (list :background-mode 'dark :kind 'color-scheme :family 'modus))
     50 
     51 ;;; End of scraped data
     52 
     53 (provide 'theme-loaddefs)
     54 
     55 ;; Local Variables:
     56 ;; version-control: never
     57 ;; no-byte-compile: t
     58 ;; no-update-autoloads: t
     59 ;; no-native-compile: t
     60 ;; coding: utf-8-emacs-unix
     61 ;; End:
     62 
     63 ;;; theme-loaddefs.el ends here