dolorsitatem
dolorsitatem
You *must* call `(require 'smartparens)` and `(sp-pair "(" ")" :unless '(sp-point-before-word-p))` needs to be called *before* toggling the mode on. Calling it after the mode has been toggled doesn't seem...
Thank you for taking the time to respond, especially after I'd closed the issue! I'm confused because when the package is loaded via `(smartparens-global-mode 1)`, calling `sp-pair` seems to have...
I'm not sure I have what you want. Running `emacs -Q` with the following: ```lisp (package-initialize) (require 'smartparens) (smartparens-global-mode 1) sp-local-pairs (sp-pair "(" ")" :unless '(sp-point-before-word-p)) sp-local-pairs ``` produced the...
Here are the minimal steps which reproduce it for me. I'm running Windows 7 with Emacs 26.1. I have `switch-window` installed. I have renamed my `init.el` so that it is...
Here's a workaround when using the `switch-window-qwerty-shortcuts`. I imagine this can be extended to other shortcut setups. It seems that the first shortcut is being lost somewhere. So, just throw...
I notice that the labeling of windows depends on the monitor the frame is on. I have 4 monitors. Say that I have 3 frames open with 4 windows total....
It seems that the problem is caused by two actions: making a selection or quitting the helm buffer. I noticed that if I switched buffers, the line numbers reset. So,...