dotemacs

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

consult-eglot-autoloads.el (703B)


      1 ;;; consult-eglot-autoloads.el --- automatically extracted autoloads  -*- lexical-binding: t -*-
      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 "consult-eglot" "consult-eglot.el" (0 0 0 0))
     10 ;;; Generated autoloads from consult-eglot.el
     11 
     12 (autoload 'consult-eglot-symbols "consult-eglot" "\
     13 Interactively select a symbol from the current workspace." t nil)
     14 
     15 (register-definition-prefixes "consult-eglot" '("consult-eglot-"))
     16 
     17 ;;;***
     18 
     19 ;; Local Variables:
     20 ;; version-control: never
     21 ;; no-byte-compile: t
     22 ;; no-update-autoloads: t
     23 ;; coding: utf-8
     24 ;; End:
     25 ;;; consult-eglot-autoloads.el ends here