Skip to content

Commit 15357ef

Browse files
committed
docs: Add smooth cursor in README
1 parent a74e3c6 commit 15357ef

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
@@ -142,6 +142,7 @@ By default =emacs-plus@31= uses the following features.
142142
| =--with-xwidgets= | build [[#xwidgets-webkit][→ with xwidgets]] support |
143143
| =--without-cocoa= | build a non-Cocoa version of Emacs (terminal only) |
144144
| =--with-imagemagick= | build with =imagemagick= support |
145+
| =--with-smooth-cursor= | build with smooth cursor support |
145146

146147
*** No title bar
147148
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:
297298
- =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.
298299
- 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.
299300

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.
304+
300305
** Icons
301306

302307
| Option | Author | Image | URL |

0 commit comments

Comments
 (0)