Use org and eglot from Emacs
This commit is contained in:
parent
adee20fd4d
commit
3b43cbc216
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -321,7 +321,7 @@
|
|||
(end-of-buffer))
|
||||
|
||||
(use-package org
|
||||
:straight t
|
||||
:straight nil
|
||||
:bind (("C-c l" . org-store-link)
|
||||
("C-c a" . org-agenda)
|
||||
("C-c c" . org-capture))
|
||||
|
@ -715,7 +715,7 @@
|
|||
:after magit)
|
||||
|
||||
(use-package eglot
|
||||
:straight t
|
||||
:straight nil
|
||||
:config
|
||||
(add-hook 'eglot-managed-mode-hook #'eglot-inlay-hints-mode nil)
|
||||
(setq eglot-events-buffer-size 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue