dotemacs

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

deadgrep-autoloads.el (1032B)


      1 ;;; deadgrep-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 deadgrep.el
     13 
     14 (autoload 'deadgrep "deadgrep" "\
     15 Start a ripgrep search for SEARCH-TERM in DIRECTORY.
     16 
     17 If not provided, DIR defaults to the directory as determined by
     18 `deadgrep-project-root-function'.
     19 
     20 See also `deadgrep-project-root-overrides'.
     21 
     22 If called with a prefix argument, create the results buffer but
     23 don't actually start the search.
     24 
     25 (fn SEARCH-TERM &optional DIRECTORY)" t)
     26 (register-definition-prefixes "deadgrep" '("deadgrep-"))
     27 
     28 ;;; End of scraped data
     29 
     30 (provide 'deadgrep-autoloads)
     31 
     32 ;; Local Variables:
     33 ;; version-control: never
     34 ;; no-byte-compile: t
     35 ;; no-update-autoloads: t
     36 ;; no-native-compile: t
     37 ;; coding: utf-8-emacs-unix
     38 ;; End:
     39 
     40 ;;; deadgrep-autoloads.el ends here