Richard Kim

Results 68 comments of Richard Kim

Remove all files and directories under the directory specified by package-user-dir elisp variable.

Did you try removing your install packages? I suggest that you install new versions of packages. One sure way to do that is to remove all installed packages and let...

Another thing I would try is to start over with fresh spacemacs file, i.e., `~/.spacemacs`. You can save away your existing file, and let spacemacs recreate a fresh copy by...

In my testing, the problem persist even with latest packages. It is easy to reproduce the problem. Just use vanilla spacemacs develop branch with no customizations. I verified that helm...

I use chemacs package so that I can choose one of the following profiles on emacs starup: - default: spacemacs with my customizations - spacemacs with only develop branch -...

I discovered how I solved the extra space problem. Following customization resolved the problem for me. ```elisp (define-hook-helper shell-mode () ... ;; I discovered the hard way that the following...

My `dotspacemacs/layers` function sets up org mode as follows. ```elisp (org :variables ... org-enable-roam-support t org-enable-roam-protocol t org-enable-roam-ui t ... ) ``` Setting `org-enable-roam-ui` to `t` allows you to use...

I can't find any use of `lexical-let` within spacemacs or emacs 29. Also revision `844de3153` does not seem to exist within spacemacs git repo.