Advertisement
XenoBen

Doom find private config problem

Jul 15th, 2024
509
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 3.18 KB | None | 0 0
  1. Debugger entered--Lisp error: (error "File listing failed: FIND: Parameter format not co...")
  2.   error("File listing failed: %s" "FIND: Parameter format not correct\n")
  3.   project--files-in-directory("c:/Users/Beni/.doom.d/" ("SCCS/" "RCS/" "CVS/" "MCVS/" ".src/" ".svn/" ".git/" ".hg/" ".bzr/" "_MTN/" "_darcs/" "{arch}/" ".#*" "*.o" "*~" "*.bin" "*.bak" "*.obj" "*.map" "*.ico" "*.pif" "*.lnk" "*.a" "*.ln" "*.blg" "*.bbl" "*.dll" "*.drv" "*.vxd" "*.386" "*.elc" "*.lof" "*.glo" "*.idx" "*.lot" "*.fmt" "*.tfm" "*.class" "*.fas" "*.lib" "*.mem" "*.x86f" "*.sparcf" "*.dfsl" "*.pfsl" "*.d64fsl" "*.p64fsl" "*.lx64fsl" "*.lx32fsl" "*.dx64fsl" ...))
  4.   #f(compiled-function (dir) #<bytecode -0x108372bac8e79c5b>)("c:/Users/Beni/.doom.d/")
  5.   mapcan(#f(compiled-function (dir) #<bytecode -0x108372bac8e79c5b>) ("c:/Users/Beni/.doom.d/"))
  6.   #f(compiled-function (project &optional dirs) #<bytecode 0x1d0b8988fbd6c677>)((transient . "c:/Users/Beni/.doom.d/") nil)
  7.   apply(#f(compiled-function (project &optional dirs) #<bytecode 0x1d0b8988fbd6c677>) (transient . "c:/Users/Beni/.doom.d/") nil)
  8.   project-files((transient . "c:/Users/Beni/.doom.d/") nil)
  9.   project-find-file-in(nil nil (transient . "c:/Users/Beni/.doom.d/"))
  10.   (if pr (project-find-file-in nil nil pr) nil)
  11.   (let* ((project-current-directory-override (and t t)) (pr (and project-current-directory-override (project-current t dir)))) (if pr (project-find-file-in nil nil pr) nil))
  12.   (cond ((and projectile-project-root (file-equal-p projectile-project-root default-directory)) (if (doom-project-p default-directory) nil (setq projectile-enable-caching nil)) (call-interactively (if (doom-module-p :completion 'ivy) #'counsel-projectile-find-file #'projectile-find-file))) ((and (and (boundp 'ivy-mode) ivy-mode) (fboundp 'counsel-file-jump)) (call-interactively #'counsel-file-jump)) ((and (and (boundp 'helm-mode) helm-mode) (fboundp 'helm-find-files)) (call-interactively #'helm-find-files)) ((let* ((project-current-directory-override (and t t)) (pr (and project-current-directory-override (project-current t dir)))) (if pr (project-find-file-in nil nil pr) nil))) ((call-interactively #'find-file)))
  13.   (let* ((default-directory (file-truename dir)) (projectile-project-root (doom-project-root dir)) (projectile-enable-caching projectile-enable-caching)) (cond ((and projectile-project-root (file-equal-p projectile-project-root default-directory)) (if (doom-project-p default-directory) nil (setq projectile-enable-caching nil)) (call-interactively (if (doom-module-p :completion 'ivy) #'counsel-projectile-find-file #'projectile-find-file))) ((and (and (boundp 'ivy-mode) ivy-mode) (fboundp 'counsel-file-jump)) (call-interactively #'counsel-file-jump)) ((and (and (boundp 'helm-mode) helm-mode) (fboundp 'helm-find-files)) (call-interactively #'helm-find-files)) ((let* ((project-current-directory-override (and t t)) (pr (and project-current-directory-override (project-current t dir)))) (if pr (project-find-file-in nil nil pr) nil))) ((call-interactively #'find-file))))
  14.   doom-project-find-file("c:/Users/Beni/.doom.d/")
  15.   doom/find-file-in-private-config()
  16.   funcall-interactively(doom/find-file-in-private-config)
  17.   command-execute(doom/find-file-in-private-config)
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement