dotemacs

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

marginalia-autoloads.el (1487B)


      1 ;;; marginalia-autoloads.el --- automatically extracted autoloads
      2 ;;
      3 ;;; Code:
      4 
      5 (add-to-list 'load-path (directory-file-name
      6                          (or (file-name-directory #$) (car load-path))))
      7 
      8 
      9 ;;;### (autoloads nil "marginalia" "marginalia.el" (0 0 0 0))
     10 ;;; Generated autoloads from marginalia.el
     11 
     12 (defvar marginalia-mode nil "\
     13 Non-nil if Marginalia mode is enabled.
     14 See the `marginalia-mode' command
     15 for a description of this minor mode.
     16 Setting this variable directly does not take effect;
     17 either customize it (see the info node `Easy Customization')
     18 or call the function `marginalia-mode'.")
     19 
     20 (custom-autoload 'marginalia-mode "marginalia" nil)
     21 
     22 (autoload 'marginalia-mode "marginalia" "\
     23 Annotate completion candidates with richer information.
     24 
     25 If called interactively, enable Marginalia mode if ARG is
     26 positive, and disable it if ARG is zero or negative.  If called
     27 from Lisp, also enable the mode if ARG is omitted or nil, and
     28 toggle it if ARG is `toggle'; disable the mode otherwise.
     29 
     30 \(fn &optional ARG)" t nil)
     31 
     32 (autoload 'marginalia-cycle "marginalia" "\
     33 Cycle between annotators in `marginalia-annotator-registry'." t nil)
     34 
     35 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "marginalia" '("marginalia-")))
     36 
     37 ;;;***
     38 
     39 ;;;### (autoloads nil nil ("marginalia-pkg.el") (0 0 0 0))
     40 
     41 ;;;***
     42 
     43 ;; Local Variables:
     44 ;; version-control: never
     45 ;; no-byte-compile: t
     46 ;; no-update-autoloads: t
     47 ;; coding: utf-8
     48 ;; End:
     49 ;;; marginalia-autoloads.el ends here