Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. Debugger entered--Lisp error: (wrong-type-argument processp nil)
  2. process-plist(nil)
  3. process-get(nil git-table)
  4. treemacs--create-branch("/home/dvn196" 1 nil nil #<marker at 4 in *Treemacs-Framebuffer-1*>)
  5. treemacs--expand-root-node(#<marker at 4 in *Treemacs-Framebuffer-1*>)
  6. #f(compiled-function (btn dir-parts) "BTN Follow (goto and open) every single dir in DIR-PARTS under ROOT.\nReturn the button that is found or the symbol 'follow-failed' if the search\nfailed." #<bytecode 0x19d3649>)(#<marker at 4 in *Treemacs-Framebuffer-1*> ("dotfiles" "home" "firefox" "override.js"))
  7. treemacs-goto-button("/home/dvn196/dotfiles/home/firefox/override.js" #s(treemacs-project :name "~" :path "/home/dvn196"))
  8. treemacs--follow()
  9. treemacs--init("/home/dvn196/dotfiles/")
  10. (let ((project-root (doom-project-root 'nocache))) (if project-root (progn (if (treemacs--find-project-for-path project-root) nil (treemacs-add-project-at (treemacs--canonical-path project-root) (doom-project-name 'nocache))))) (treemacs--init project-root))
  11. (cond ((eq val 'visible) (delete-window (treemacs--is-visible\?))) ((eq val 'exists) (treemacs-select-window)) ((eq val 'none) (let ((project-root (doom-project-root 'nocache))) (if project-root (progn (if (treemacs--find-project-for-path project-root) nil (treemacs-add-project-at (treemacs--canonical-path project-root) (doom-project-name 'nocache))))) (treemacs--init project-root))) (t nil))
  12. (let* ((val (treemacs--current-visibility))) (cond ((eq val 'visible) (delete-window (treemacs--is-visible\?))) ((eq val 'exists) (treemacs-select-window)) ((eq val 'none) (let ((project-root (doom-project-root 'nocache))) (if project-root (progn (if (treemacs--find-project-for-path project-root) nil (treemacs-add-project-at (treemacs--canonical-path project-root) (doom-project-name 'nocache))))) (treemacs--init project-root))) (t nil)))
  13. +treemacs/toggle()
  14. funcall-interactively(+treemacs/toggle)
  15. call-interactively(+treemacs/toggle nil nil)
  16. command-execute(+treemacs/toggle)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement