Emacs Lisp code: Get Rid of 100-Item Limit on Lists in Helm |
Saturday, November 14th, 2015 15:44:27 GMT |
Emacs Lisp Code Snippet |
I never before had to fiddle so much with an editor to make it comfortable to use - but, it seems to be paying off, since the idea of sticking with Emacs is starting to seem not only plausible, but appealing. Perhaps I'll be able to return to my usual projects sometime in the next few weeks.
I've been downloading lots of different Emacs add-ons - many of them listed in this section of my GitHub account.
In my ".emacs" settings file, I have this line after the stuff which starts Helm:
That line slows things down a bit, but at least it gets rid of the 100-item limit on the length of lists in Helm.
The add-on Helm makes it much easier to access and list various useful things, such as Emacs' fortunately copious documentation of things like Emacs Lisp functions and variables.