summaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove "-mode" suffix from filenamesMartin Polden2020-01-265-5/+5
|
* Add comment with gopls instructionsMartin Polden2020-01-261-1/+2
|
* Remove rainbow-delimitersMartin Polden2020-01-261-6/+0
| | | | Highlighting matching parenthesis is sufficient.
* Remove unused rust-modeMartin Polden2020-01-261-9/+0
|
* Add avyMartin Polden2020-01-251-0/+8
|
* Revert "State WAIT requires no further action"Martin Polden2020-01-251-1/+1
| | | | This reverts commit 00101d56823710cad309118aa920140d211e17cc.
* Remove stale commentMartin Polden2020-01-231-1/+0
|
* Ensure that dependency of projectile is loadedMartin Polden2020-01-231-0/+4
|
* Replace ido with ivyMartin Polden2020-01-233-62/+18
| | | | Fewer dependencies, works similar and still lightweight.
* Re-add split thresholdsMartin Polden2020-01-221-1/+6
| | | | Required for expected split behaviour on large displays.
* State WAIT requires no further actionMartin Polden2020-01-211-1/+1
|
* Disable invisible edits in org-modeMartin Polden2020-01-211-0/+3
|
* Revert "Improve org-mode fontification with doom-theme"Martin Polden2020-01-211-3/+0
| | | | This reverts commit 7a4c8f86053a92756d89166e54810c012f422cd4.
* Improve org-mode fontification with doom-themeMartin Polden2020-01-211-0/+3
|
* Format before savingMartin Polden2020-01-191-1/+3
|
* Use eglot for LSP integrationMartin Polden2020-01-191-0/+15
|
* Revert "Remove imenu customization for go-mode"Martin Polden2020-01-191-1/+29
| | | | This reverts commit f6868dac674a8c2520027fcea8ca279e7d3a7b6e.
* Remove lsp-modeMartin Polden2020-01-191-24/+0
|
* Change fontMartin Polden2020-01-181-13/+4
| | | | JetBrains Mono is narrower than Input Mono, giving more horizontal space.
* Enable experimental gopls settingsMartin Polden2019-12-291-1/+5
|
* Defer lsp loading until buffer is visibleMartin Polden2019-12-291-2/+2
|
* Disable reformat on saveMartin Polden2019-12-291-3/+1
| | | | Currently too slow: https://github.com/golang/go/issues/36034
* Use correct packageMartin Polden2019-12-201-1/+1
|
* Replace flycheck with flymakeMartin Polden2019-12-195-36/+12
| | | | | | * The improved flymake version in Emacs 26 seems good enough * Allows removal of lsp-ui dependency which was only used for flycheck integration
* Organize imports as part of reformatMartin Polden2019-12-191-3/+8
|
* Add state for waiting tasksMartin Polden2019-11-251-0/+3
|
* Change font to InputMartin Polden2019-10-201-6/+6
|
* Adjust window splitting thresholdMartin Polden2019-09-301-5/+7
|
* Fix window splitting with Fira Code 2Martin Polden2019-09-201-5/+5
|
* Increase font sizeMartin Polden2019-09-161-1/+1
|
* Fix font setting with latest Fira Code fontMartin Polden2019-09-151-2/+2
|
* Let lsp handle gofmtMartin Polden2019-08-302-13/+7
|
* Kill line also kills newline characterMartin Polden2019-08-241-0/+6
|
* Run compile in the context of a projectMartin Polden2019-08-132-12/+7
|
* Add workaround for bug #34341Martin Polden2019-08-091-0/+3
|
* Do not show documentation in lsp-ui-modeMartin Polden2019-08-041-0/+2
|
* Simplify hooksMartin Polden2019-07-164-6/+5
|
* Load flyspell-mode for latex-modeMartin Polden2019-07-161-1/+2
|
* Remove imenu customization for go-modeMartin Polden2019-07-111-29/+1
| | | | lsp-mode now provides a sane imenu.
* Disable sideline in lsp-uiMartin Polden2019-07-111-0/+3
|
* Revert "Remove lsp-ui-mode"Martin Polden2019-07-111-1/+7
| | | | This reverts commit e3ea70589c01c670423a3abc67b09f45623981d8.
* Simplify hookMartin Polden2019-07-111-6/+2
|
* Remove lsp-ui-modeMartin Polden2019-07-101-7/+1
|
* Remove stale commentMartin Polden2019-07-101-1/+0
|
* Clarify use of prefix argMartin Polden2019-07-101-0/+1
|
* Re-add writegood-modeMartin Polden2019-07-101-0/+6
|
* Invert flyspell-mode in org-mode hookMartin Polden2019-07-102-7/+3
|
* Fix provideMartin Polden2019-07-021-0/+2
|
* Configure compileMartin Polden2019-07-011-0/+8
|
* Add lsp-modeMartin Polden2019-06-212-7/+21
|