James
James
``` func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { // Override point for customization after application launch. NSOBjec return true } ``` Typing NSObject doesn't trigger completion until...
Hi! Amazing package! Thanks for pushing it out. :) **Is your feature request related to a problem? Please describe.** I was wondering how feasible it would be to go "in...
Multiple frames may use the same sidebar buffer. This isn't that big of a deal other than that editing one of those buffers will edit the other one too. Maybe...
desktop-save-mode works with one frame using dired but supporting multiple frames is trickier due to frames being restored *after* buffers are restored. This has some good information on workarounds. https://github.com/Alexander-Miller/treemacs/issues/101...
Maybe, potentially not worth fixing but I thought I'd file a bug anyway. ``` load-path ;; M-x eval-print-last-sexp ("/usr/local/Cellar/emacs/HEAD-53483df_1/share/emacs/27.0.50/lisp" "/usr/local/Cellar/emacs/HEAD-53483df_1/share/emacs/27.0.50/lisp/vc" "/usr/local/Cellar/emacs/HEAD-53483df_1/share/emacs/27.0.50/lisp/url" "/usr/local/Cellar/emacs/HEAD-53483df_1/share/emacs/27.0.50/lisp/textmodes" "/usr/local/Cellar/emacs/HEAD-53483df_1/share/emacs/27.0.50/lisp/progmodes" "/usr/local/Cellar/emacs/HEAD-53483df_1/share/emacs/27.0.50/lisp/play" "/usr/local/Cellar/emacs/HEAD-53483df_1/share/emacs/27.0.50/lisp/org" "/usr/local/Cellar/emacs/HEAD-53483df_1/share/emacs/27.0.50/lisp/nxml" "/usr/local/Cellar/emacs/HEAD-53483df_1/share/emacs/27.0.50/lisp/net" "/usr/local/Cellar/emacs/HEAD-53483df_1/share/emacs/27.0.50/lisp/mh-e" "/usr/local/Cellar/emacs/HEAD-53483df_1/share/emacs/27.0.50/lisp/mail" "/usr/local/Cellar/emacs/HEAD-53483df_1/share/emacs/27.0.50/lisp/leim"...
# Issue type - Bug report # Environment CI/Cask/Make/Emacs 29 Emacs version: 29 Operating System: OSX Evil version: Fairly Recent Evil installation type: Melpa Graphical/Terminal: GUI # Reproduction steps -...
The default fuzzy speed seems to be a little slow when I compare it with evaling this snippet from https://github.com/abo-abo/swiper/issues/207 ```elisp (with-eval-after-load 'ivy (require 'flx) (defvar my/ivy-cache (flx-make-string-cache)) (defvar my/ivy-flx-limit...
This is an example of some additional configuration points I was thinking of. For example, corfu has a defcustom evil-collection-corfu-key-themes, we could plug that in like this as another configuration...
Follow up to: https://github.com/emacs-evil/evil-collection/commit/d97e6d52c4ae99dbb96374015ff551bd50a370c7 Creating an issue to better track the discussion, @noctuid > I think evil-collection is stuck with evil-collection-define-key, but maybe this will be useful for other libraries....
Requests
### Requested Packages - [ ] ```calf/calfw``` https://github.com/emacs-evil/evil-collection/issues/211 - [ ] ```git-gutter``` https://github.com/emacs-evil/evil-collection/issues/561 - [ ] ```hexl``` https://github.com/emacs-evil/evil-collection/issues/564 - [ ] ```jupyter``` https://github.com/emacs-evil/evil-collection/issues/538 - [ ] ```lpy``` https://github.com/emacs-evil/evil-collection/issues/479 - [...