dotemacs

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

consult-eglot-autoloads.el (805B)


      1 ;;; consult-eglot-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 (file-name-directory load-file-name)) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from consult-eglot.el
     13 
     14 (autoload 'consult-eglot-symbols "consult-eglot" "\
     15 Interactively select a symbol from the current workspace." t)
     16 (register-definition-prefixes "consult-eglot" '("consult-eglot-"))
     17 
     18 ;;; End of scraped data
     19 
     20 (provide 'consult-eglot-autoloads)
     21 
     22 ;; Local Variables:
     23 ;; version-control: never
     24 ;; no-byte-compile: t
     25 ;; no-update-autoloads: t
     26 ;; no-native-compile: t
     27 ;; coding: utf-8-emacs-unix
     28 ;; End:
     29 
     30 ;;; consult-eglot-autoloads.el ends here