aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-search.el
Commit message (Collapse)AuthorAgeFilesLines
* include user's profile URL in company mentions completion.mousebot2021-11-011-4/+5
| | | | | also rename company mentions completion default value to "following" not "followers", which is what the actual search is called and what it returns.
* docstringsmousebot2021-10-291-1/+1
|
* flycheck, autoloads, docstringsmousebot2021-10-221-1/+2
|
* improvements to toot mentions completionmousebot2021-10-211-3/+5
| | | | | | | | | - customize option for completion off, following-only, or all. - 'following=true' is forwarded to http--get-search accordingly. - use company-grab-symbol-cons + regex, prepend "@" to it - also prepend '@' to the list in get-user-info-no-url - this makes company display user handles prepended with '@', and to match and - enter a handle without duplicating the '@'
* first go at company completion for mentions in new tootsmousebot2021-10-201-0/+19
|
* flycheck: docstrings, autoloads, declarationsmousebot2021-10-021-2/+1
|
* package-lint: bump to emacs 26.1, disable stream keybindingsmousebot2021-09-221-1/+1
|
* bump masto version, bump emacs version to 25.1, dependency in readmemousebot2021-05-311-2/+2
|
* add request and seq as dependencies, flycheck cleanups, andmousebot2021-05-271-32/+2
| | | | move http search funs into http.el
* flychecks and autoloadsmousebot2021-05-261-0/+2
|
* enable live, propertized handle links and tags in searchmousebot2021-05-181-33/+37
|
* message for notifs load, tiny search.el cleanupmousebot2021-05-171-11/+13
|
* clean-up edits after flycheck/bytecompile.mousebot2021-05-161-11/+36
|
* change search results order: statuses, users, hashtagsmousebot2021-05-121-6/+6
|
* add basic search functionsmousebot2021-05-111-0/+145