Skip to content

Commit f165ab6

Browse files
committed
docs: Add smooth cursor in README
1 parent 8af28a8 commit f165ab6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.org

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ By default =emacs-plus@31= uses the following features.
144144
| =--with-x11= | build with x11 support |
145145
| =--with-xwidgets= | build [[#xwidgets-webkit][→ with xwidgets]] support |
146146
| =--without-cocoa= | build a non-Cocoa version of Emacs (terminal only) |
147+
| =--with-smooth-cursor= | build with smooth cursor support |
147148

148149
*** No title bar
149150
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:
302303
- =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.
303304
- 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.
304305

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.
309+
305310
** Icons
306311

307312
| Option | Author | Image | URL |

0 commit comments

Comments
 (0)