mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #5228 from Zetagon/lispyville-fix
Remove workaround for upstream lispyville PR
This commit is contained in:
@ -38,14 +38,4 @@
|
||||
additional
|
||||
additional-insert))
|
||||
:config
|
||||
(lispyville-set-key-theme)
|
||||
;; REVIEW Delete this once https://github.com/noctuid/lispyville/pull/297 is merged
|
||||
(defadvice! +lispy--fix-lispyville-end-of-defun-a (_)
|
||||
"lispyville-end-of-defun doesn't go to the next defun when
|
||||
point is already at the end of a defun, whereas
|
||||
lispyville-beginning-of-defun does."
|
||||
:before #'lispyville-end-of-defun
|
||||
(when (<= (- (line-end-position)
|
||||
(point))
|
||||
1)
|
||||
(forward-line))))
|
||||
(lispyville-set-key-theme))
|
||||
|
Reference in New Issue
Block a user