SPFab

Results 7 issues of SPFab

I currently have my shadows configured as follows: ``` shadow = true; shadow-radius = 10; shadow-offset-y = -10; shadow-offset-x = -10; shadow-opacity = 1; ``` I quite like that, but...

During testing, I noticed that when both `org-appear` and [`org-pretty-table`](https://github.com/Fuco1/org-pretty-table) are enabled, the unhiding of the markers doesn't work correctly. They are unhidden normally when the cursor enters them, but...

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [X] You...

bug

If I run wal with `wal -i path/to/symlink` the colors aren't regenerated, if a cached color scheme for that symlink already exists in `~/.cache/wal/schemes`, even if the symlink changes destinations....

I noticed a small bug when using [`pdf-tools`](https://github.com/vedang/pdf-tools) in combination with `evil-collection`. Using the following code in my init file (with `pdf-tools` already installed): ```emacs-lisp (use-package evil-collection :after evil :config...

When running shell commands in the config file, lf immediately crashes upon startup. To replicate I have created a simple lfrc, only containing one command: ``` $echo "Hello World" ```...

I have the following line in my `init.el`: `(ivy-set-actions 't nil)` When using functions that define no additional actions (I tested this with `find-file-at-point`, but it works with other functions...

ivy