Alexandr Timchenko
Alexandr Timchenko
I have tried first and second suggested config as well, still getting this error. Further findings: This config doesn't produce the error: ``` emacs-lisp (use-package blamer :quelpa (blamer :fetcher github...
I narrowed down the problem. It happens whenever I execute `global-blamer-mode`. Stacktrace: ``` emacs-lisp Debugger entered--Lisp error: (file-missing "Setting current directory" "No such file or directory" "/build/emacs/src/emacs-27.2/") call-process("/bin/bash" nil t...
> Could you check the output from `M-:` (or M-x eval-expression) `(shell-command "pwd")` ? (You can copy result from _Message_ buffer) `(shell-command "pwd")` evaluates as 0 And I got ```0...
> Hey, everyone. Thank you all, especially @rakanalh for an amazing package. > > I am quite new to emacs and am struggling to customize the dashboard. No matter how...