Skip to content

Commit

Permalink
dev: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraveiro committed Mar 13, 2024
1 parent 4bf23cf commit edf8522
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions config/development.org
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,11 @@ _p_rev _u_pper (mine) _=_: upper/lower _r_esolve

#+begin_src emacs-lisp
(use-package eglot
:bind (("C-RET" . eglot-code-actions)))
(use-package flycheck-eglot)
:bind (("M-RET" . eglot-code-actions)))
(use-package
flycheck-eglot
:init
(global-flycheck-eglot-mode))
(use-package consult-eglot)

(use-package imenu-list
Expand Down Expand Up @@ -811,6 +814,8 @@ again, I haven't see that as a problem."
:load-path cunene/vendor-packages)
(use-package sharper
:demand t
:config
(add-to-list 'auto-mode-alist '("\\.sln\\'" . sln-mode))
:bind
("C-c n" . sharper-main-transient))
#+end_src
Expand Down

0 comments on commit edf8522

Please sign in to comment.