summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* ; Fix typosStefan Kangas2023-02-031-1/+1
* Improve documentation of 'header-line-indent-mode'Eli Zaretskii2023-02-031-16/+33
* Don't casemap erc-sasl-user when set to :nickF. Jason Park2023-02-031-6/+5
* Improve keymap-global-set and keymap-local-set interactive use fixRobert Pluim2023-02-031-8/+10
* Make c-ts-mode indent tests side-effect-freeYuan Fu2023-02-021-18/+26
* Use c-ts-common-statement-offset for closing brackets tooYuan Fu2023-02-022-16/+15
* ; Go back to original point when filling comments in c-ts-modeYuan Fu2023-02-021-1/+2
* ; Fix error where we pass t to treesit-node-type in c-ts-common.elYuan Fu2023-02-021-6/+7
* (treesit_predicate_match): Match node text against regexp without consingDmitry Gutov2023-02-021-4/+1
* Avoid spurious pause in kill-ring-save (Bug#60841)Kévin Le Gouguec2023-02-022-3/+30
* Change the default of 'treesit-defun-tactic' for 'c-ts-mode'Eli Zaretskii2023-02-021-0/+2
* Fix docstring fontification of CL's 'defstruct'Eli Zaretskii2023-02-021-0/+1
* Teach 'hs-minor-mode' about tree-sitter based modesEli Zaretskii2023-02-021-0/+4
* ; Doc fixes in keymap.elEli Zaretskii2023-02-021-19/+19
* Improve documentation of 'repeat-mode' and related variablesEli Zaretskii2023-02-024-26/+38
* (eshell--complete-commands-list): Fix regression in fix to bug#48995Nicolas Martyanoff2023-02-011-30/+13
* * doc/emacs/basic.texi (Repeating): Mention describe-repeat-maps (bug#61183).Juri Linkov2023-02-011-1/+2
* ; Auto-commit of loaddefs files.Stefan Kangas2023-02-011-17/+44
* * lisp/keymap.el (keymap-global-unset): Correct promptRobert Pluim2023-01-311-1/+1
* Update to Transient v0.3.7-196-gb91f509Jonas Bernoulli2023-01-301-19/+38
* CC Mode: Fix a coding bug in c-make-keywords-re. This should fix bug #61135Alan Mackenzie2023-01-301-4/+3
* * lisp/isearch.el (isearch-emoji-by-name): Disable derived emoji (bug#60740).Juri Linkov2023-01-301-1/+8
* Merge branch 'emacs-29' of git.savannah.gnu.org:/srv/git/emacs into emacs-29Eli Zaretskii2023-01-301-7/+6
|\
| * Fix interactive use of `keymap-local-set' and `keymap-global-set'Robert Pluim2023-01-301-7/+6
* | Fix keymap inheritance in descendants of 'c-ts-base-mode'Eli Zaretskii2023-01-301-3/+3
|/
* ; Fix build and startup without tree-sitterEli Zaretskii2023-01-303-14/+19
* Fix password prompt in Tramp (do not merge)Michael Albinus2023-01-301-2/+2
* Update to Org 9.6.1-23-gc45a05Kyle Meyer2023-01-295-6/+11
* Document tree-sitter features in the user manualEli Zaretskii2023-01-292-6/+12
* ; Remove treesit--font-lock-fast-mode-grace-countYuan Fu2023-01-291-8/+0
* Fix dockerfile-ts-mode line continuation indentation (bug#61131)Randy Taylor2023-01-291-1/+19
* Use treesit-subtree-stat to determine treesit--font-lock-fast-modeYuan Fu2023-01-291-24/+26
* Add treesit-subtree-statYuan Fu2023-01-291-3/+8
* Move c-ts-mode--statement-offset to c-ts-common.elYuan Fu2023-01-292-109/+134
* ; Fix byte-compile warnings in c-ts-mode.elYuan Fu2023-01-291-9/+15
* ; Improve docstring of c-ts-mode--indent-style-setterYuan Fu2023-01-291-1/+4
* Fix <> syntax in rust-ts-modeYuan Fu2023-01-291-0/+26
* Fix spurious errors on Windows when deleting temporary *.eln filesEli Zaretskii2023-01-291-2/+5
* Fix java class member without access modifier (bug#61115)Theodor Thornhill2023-01-281-0/+1
* Make treesit-font-lock-level a defcustomTheodor Thornhill2023-01-281-2/+23
* Add c-ts-mode-set-style and :set for c-ts-mode-indent-styleTheodor Thornhill2023-01-281-19/+48
* python.el: Use correct regexp when enabling python-ts-modeBrian Leung2023-01-281-2/+2
* Make project-current not error out inside non-existent dirsDmitry Gutov2023-01-281-2/+5
* Improve documentation of 'shell-command-dont-erase-buffer'Eli Zaretskii2023-01-271-0/+6
* Fix errors in fontification of JavaScript import-statements (bug#61083)Jostein Kjønigsen2023-01-271-2/+11
* Fix fontification TypeScript of import-statements (bug#61081)Jostein Kjønigsen2023-01-271-1/+11
* ; Fix typosStefan Kangas2023-01-273-3/+3
* ; * lisp/progmodes/cc-engine.el: Delete trailing whitespace.Stefan Kangas2023-01-271-1/+1
* Work around package.el transitive dependency bugBasil L. Contovounesios2023-01-271-2/+2
* ; Fix issues with processing out-of-order IRC messagesPhilip Kaludercic2023-01-261-2/+1