roife

Results 51 comments of roife

I cannot have `$$` work as well. But `$` works.

Hope this PR can be merged soon.

The snippet saves the configuration of tab-bar to files: ```lisp (add-hook 'persp-before-save-state-to-file-functions (defun +workspaces-save-tab-bar-data-to-file-h (&rest _) (when (get-current-persp) (set-persp-parameter 'tab-bar-tabs (frameset-filter-tabs (tab-bar-tabs) nil nil t)) ```

遇到了同样的问题,请问现在有解决方案了吗

```elisp ;; WORKAROUND: conflicts with keypad (add-hook! meow-leave-insert-mode-hook #'sis-prefix-override-buffer-disable) (add-hook! meow-enter-insert-mode-hook #'sis-prefix-override-buffer-enable) (add-hook! (meow-normal-mode meow-motion-mode) (defun +sis-meow-set-english () (when (or meow-normal-mode meow-motion-mode) (sis-set-english)))) ;; WORKAROUND: conflicts with kbd macro (defadvice!...

I'm wondering if it is an elegant solution. Comments or suggestions are welcome.

Uninstalling `binutils` indeed solves the problem, thanks @belak!

```elisp (defvar meow-leave-insert-mode-hook nil "Hook to run when leaving meow insert mode.") (defvar meow-enter-insert-mode-hook nil "Hook to run when entering meow insert mode.") (add-hook! meow-insert-mode-hook (defun +meow-insert-mode-run-hook-on-mode () (run-hooks (if...

Should we use `HirDisplay` here? In `signature_help`, we want to highlight the parameter corresponding to the currents position, but `HirDisplay` seems unable to achieving this.

I agree that replacement of `self` keyword is non-trivial since it may refer the 'current module'. I have changed the title and the description of this PR.