dotemacs

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

modus-themes-autoloads.el (2218B)


      1 ;;; modus-themes-autoloads.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-themes.el
     13 
     14 (autoload 'modus-themes-contrast "modus-themes" "\
     15 Measure WCAG contrast ratio between C1 and C2.
     16 C1 and C2 are color values written in hexadecimal RGB.
     17 
     18 (fn C1 C2)")
     19 (autoload 'modus-themes-select "modus-themes" "\
     20 Load a Modus THEME using minibuffer completion.
     21 Run `modus-themes-after-load-theme-hook' after loading the theme.
     22 Disable other themes per `modus-themes-disable-other-themes'.
     23 
     24 (fn THEME)" t)
     25 (autoload 'modus-themes-toggle "modus-themes" "\
     26 Toggle between the two `modus-themes-to-toggle'.
     27 If `modus-themes-to-toggle' does not specify two Modus themes,
     28 prompt with completion for a theme among our collection (this is
     29 practically the same as the `modus-themes-select' command).
     30 
     31 Run `modus-themes-after-load-theme-hook' after loading the theme.
     32 Disable other themes per `modus-themes-disable-other-themes'." t)
     33 (autoload 'modus-themes-theme "modus-themes" "\
     34 Bind NAME's color PALETTE around face specs and variables.
     35 Face specifications are passed to `custom-theme-set-faces'.
     36 While variables are handled by `custom-theme-set-variables'.
     37 Those are stored in `modus-themes-faces' and
     38 `modus-themes-custom-variables' respectively.
     39 
     40 Optional OVERRIDES are appended to PALETTE, overriding
     41 corresponding entries.
     42 
     43 (fn NAME PALETTE &optional OVERRIDES)" nil t)
     44 (function-put 'modus-themes-theme 'lisp-indent-function 0)
     45 (when load-file-name (let ((dir (file-name-directory load-file-name))) (unless (equal dir (expand-file-name "themes/" data-directory)) (add-to-list 'custom-theme-load-path dir))))
     46 (register-definition-prefixes "modus-themes" '("modus-themes-"))
     47 
     48 ;;; End of scraped data
     49 
     50 (provide 'modus-themes-autoloads)
     51 
     52 ;; Local Variables:
     53 ;; version-control: never
     54 ;; no-byte-compile: t
     55 ;; no-update-autoloads: t
     56 ;; no-native-compile: t
     57 ;; coding: utf-8-emacs-unix
     58 ;; End:
     59 
     60 ;;; modus-themes-autoloads.el ends here