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
@@ -144,6 +144,7 @@ By default =emacs-plus@31= uses the following features.
144
144
| =--with-x11= | build with x11 support |
145
145
| =--with-xwidgets= | build [[#xwidgets-webkit][→ with xwidgets]] support |
146
146
| =--without-cocoa= | build a non-Cocoa version of Emacs (terminal only) |
147
+
| =--with-smooth-cursor= | build with smooth cursor support |
147
148
148
149
*** No title bar
149
150
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]].
@@ -302,6 +303,10 @@ Knows issues:
302
303
- =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.
303
304
- 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.
304
305
306
+
*** Smooth Cursor
307
+
308
+
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