You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.org
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,7 @@ By default =emacs-plus@31= uses the following features.
142
142
| =--with-xwidgets= | build [[#xwidgets-webkit][→ with xwidgets]] support |
143
143
| =--without-cocoa= | build a non-Cocoa version of Emacs (terminal only) |
144
144
| =--with-imagemagick= | build with =imagemagick= support |
145
+
| =--with-smooth-cursor= | build with smooth cursor support |
145
146
146
147
*** No title bar
147
148
Please note, that ~--with-no-titlebar~ is no longer needed in Emacs 30+, since the same can be achieved natively using [[https://github.com/d12frosted/homebrew-emacs-plus#emacs-29-1][this method]].
@@ -297,6 +298,10 @@ Knows issues:
297
298
- =ld: library not found for -lSystem=. This only happens on older versions of =gcc= installed by Homebrew. Please execute =$ brew reinstall gcc libgccjit= to resolve this issue.
298
299
- Errors during compilation of your =init.el=. Try running Emacs with =-Q= option and give it some time to compile everything (maybe run =M-x= to force compilation) - you shall see buffer =*Async-native-compile-log*= in the list of buffers.
299
300
301
+
*** Smooth Cursor
302
+
303
+
The smooth cursor feature adds native cursor movement animation for macOS. The feature extends [[https://github.com/ksqsf/emacsmoe/pull/7][ksqsf's implementation]] to support more (if not all) kinds of cursors and cursor blinks.
0 commit comments