config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

doom-modeline-autoloads.el (2717B)


      1 ;;; doom-modeline-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 doom-modeline.el
     13 
     14 (autoload 'doom-modeline-set-main-modeline "doom-modeline" "\
     15 Set main mode-line.
     16 If DEFAULT is non-nil, set the default mode-line for all buffers.
     17 
     18 (fn &optional DEFAULT)")
     19 (defvar doom-modeline-mode nil "\
     20 Non-nil if Doom-Modeline mode is enabled.
     21 See the `doom-modeline-mode' command
     22 for a description of this minor mode.
     23 Setting this variable directly does not take effect;
     24 either customize it (see the info node `Easy Customization')
     25 or call the function `doom-modeline-mode'.")
     26 (custom-autoload 'doom-modeline-mode "doom-modeline" nil)
     27 (autoload 'doom-modeline-mode "doom-modeline" "\
     28 Toggle `doom-modeline' on or off.
     29 
     30 This is a global minor mode.  If called interactively, toggle the
     31 `Doom-Modeline mode' mode.  If the prefix argument is positive,
     32 enable the mode, and if it is zero or negative, disable the mode.
     33 
     34 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     35 the mode if ARG is nil, omitted, or is a positive number.
     36 Disable the mode if ARG is a negative number.
     37 
     38 To check whether the minor mode is enabled in the current buffer,
     39 evaluate `(default-value \\='doom-modeline-mode)'.
     40 
     41 The mode's hook is called both when the mode is enabled and when
     42 it is disabled.
     43 
     44 \\{doom-modeline-mode-map}
     45 
     46 (fn &optional ARG)" t)
     47 (register-definition-prefixes "doom-modeline" '("doom-modeline-"))
     48 
     49 
     50 ;;; Generated autoloads from doom-modeline-core.el
     51 
     52 (register-definition-prefixes "doom-modeline-core" '("doom-modeline"))
     53 
     54 
     55 ;;; Generated autoloads from doom-modeline-env.el
     56 
     57  (autoload 'doom-modeline-env-setup-python "doom-modeline-env")
     58  (autoload 'doom-modeline-env-setup-ruby "doom-modeline-env")
     59  (autoload 'doom-modeline-env-setup-perl "doom-modeline-env")
     60  (autoload 'doom-modeline-env-setup-go "doom-modeline-env")
     61  (autoload 'doom-modeline-env-setup-elixir "doom-modeline-env")
     62  (autoload 'doom-modeline-env-setup-rust "doom-modeline-env")
     63 (register-definition-prefixes "doom-modeline-env" '("doom-modeline-"))
     64 
     65 
     66 ;;; Generated autoloads from doom-modeline-segments.el
     67 
     68 (register-definition-prefixes "doom-modeline-segments" '("doom-modeline-"))
     69 
     70 ;;; End of scraped data
     71 
     72 (provide 'doom-modeline-autoloads)
     73 
     74 ;; Local Variables:
     75 ;; version-control: never
     76 ;; no-byte-compile: t
     77 ;; no-update-autoloads: t
     78 ;; no-native-compile: t
     79 ;; coding: utf-8-emacs-unix
     80 ;; End:
     81 
     82 ;;; doom-modeline-autoloads.el ends here