spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
zendevil 2021-06-16T08:54:58.016200Z

My spacemacs has a bug. When I’m using it, a window split occurs and Warnings opens with the following info:

Warning (emacs): recentf mode: Doing chmod: Operation not permitted, /Users/prikshetsharma/.emacs.d/.cache/recentf
Warning (emacs): recentf mode: Doing chmod: Operation not permitted, /Users/prikshetsharma/.emacs.d/.cache/recentf
Warning (emacs): recentf mode: Doing chmod: Operation not permitted, /Users/prikshetsharma/.emacs.d/.cache/recentf
Warning (emacs): recentf mode: Doing chmod: Operation not permitted, /Users/prikshetsharma/.emacs.d/.cache/recentf
how do I fix this? Thank you.

West 2021-06-16T09:26:00.018800Z

Looks like something is awry with your permissions. Now I’m just guessing here, but try seeing what your permissions are for recentf and your emacs executable. You can find out using ls -l.