summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Update to Org 9.6-31-g954a95Kyle Meyer2022-12-1013-87/+140
* ; tabulated-list.el: Remove duplicate obsolete declarationJuanma Barranquero2022-12-101-2/+0
* Fix infloop in 'shell-resync-dirs' with tcshEli Zaretskii2022-12-101-0/+1
* ; Fix two byte-compiler warningsStefan Kangas2022-12-101-1/+1
* Ensure 'package-vc--version' always returns a versionPhilip Kaludercic2022-12-101-1/+2
* Ensure 'package-vc--main-file' always returns an existing filePhilip Kaludercic2022-12-101-9/+29
* Check if package already exists before installing from checkoutPhilip Kaludercic2022-12-101-0/+4
* ; Fix reference in docstring to 'package-vc-install-from-checkout'Philip Kaludercic2022-12-101-5/+5
* Refresh the package quickstart file in package-vcMatt Armstrong2022-12-101-0/+1
* Fontify "this" as a keyword in c++-ts-mode (bug#59924)Brian Leung2022-12-091-3/+3
* Add class_body indentation for typescript (bug#59680)Theodor Thornhill2022-12-091-0/+1
* Make more granular defun-type-regexp (bug#59873)Theodor Thornhill2022-12-091-1/+9
* Add dockerfile-ts-mode (Bug#59894)Randy Taylor2022-12-092-1/+177
* Fix fontification of method-invocations in js-ts-mode (bug#59904)Jostein Kjønigsen2022-12-091-12/+15
* Fix escape-sequence feature in typescript-ts-mode (bug#59906)Theodor Thornhill2022-12-091-4/+2
* Improve fontification in csharp-ts-mode (bug#59909)Jostein Kjønigsen2022-12-091-2/+8
* Use 'project--value-in-dir' for 'project-vc-include-untracked' tooDmitry Gutov2022-12-091-9/+15
* Update Turkish HelloEli Zaretskii2022-12-091-1/+1
* Bring back the project--value-in-dir logicDmitry Gutov2022-12-091-6/+19
* Adapt manual names in emacs-news-modeMichael Albinus2022-12-091-1/+1
* ; * lisp/erc/erc.el (erc-default-target): Fix comment.F. Jason Park2022-12-091-9/+8
* Respect some spaces in auth-source-pass--match-regexpF. Jason Park2022-12-092-10/+10
* ; Prefer HTTPS to HTTP in some URLsStefan Kangas2022-12-092-2/+2
* Eglot: Handle LSP progress with Emacs progress reporters (bug#59149)dannyfreeman2022-12-091-0/+30
* Eglot: cleanup whitespace and indentationdannyfreeman2022-12-091-42/+42
* ; Mention flush-lines in kill-matching-lines docstringStefan Kangas2022-12-091-1/+4
* ; Fix typosStefan Kangas2022-12-092-5/+4
* ; Improve use-package-autoload-keymap docstringStefan Kangas2022-12-091-7/+6
* ; Refer to the manual in use-package docstringStefan Kangas2022-12-091-2/+2
* Clarify :after keyword in use-package docstringStefan Kangas2022-12-091-3/+6
* server-eval-at: Don't call server--file-nameSean Whitton2022-12-081-4/+5
* ; Improve use-package Commentary sectionsStefan Kangas2022-12-0910-29/+45
* ; Normalize GPLv3 license statements in new filesStefan Kangas2022-12-0920-65/+89
* Merge branch 'feature/use-package' into emacs-29Stefan Kangas2022-12-0810-0/+3086
|\
| * ; Minor doc fixes in bind-key.elStefan Kangas2022-12-081-5/+4
| * Update use-package defgroupsStefan Kangas2022-12-083-3/+10
| * Drop key-chord.el support from use-packageStefan Kangas2022-12-082-167/+0
| * Change use-package custom :group to `initialization`Stefan Kangas2022-12-081-1/+1
| * ; use-package: Improve :ensure-system-package docstringsStefan Kangas2022-12-081-4/+6
| * Improve bind-keys* and override-global-mode docstringsStefan Kangas2022-12-081-1/+17
| * ; Merge from https://github.com/jwiegley/use-packageStefan Kangas2022-11-3012-0/+3229
| |\
| | * Revert "Add: 'local' keyword"Stefan Kangas2022-11-271-27/+1
| | * Add package keyword from finder-known-keywordsStefan Kangas2022-11-172-2/+2
| | * Fix Package-Requires for bind-{chord,key}.elStefan Kangas2022-11-172-3/+3
| | * Merge pull request from skangas/dir-localsJohn Wiegley2022-11-162-5/+0
| | |\
| | | * Add .dir-locals.elStefan Kangas2022-11-162-5/+0
| | * | Delete redundant headersStefan Kangas2022-11-169-44/+0
| | * | Normalize GPLv3 license statementsStefan Kangas2022-11-1612-112/+125
| | |/
| | * Revert "Allow multiple keymaps in :map argument"John Wiegley2022-11-153-71/+54
| | * Merge remote-tracking branch 'origin/master' into pr-830John Wiegley2022-11-1512-76/+109
| | |\