dotemacs

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

deadgrep-autoloads.el (926B)


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