Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emacs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Hauspie
emacs
Commits
6758b8c6
Commit
6758b8c6
authored
4 years ago
by
Michael Hauspie
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.univ-lille.fr/michael.hauspie/emacs
parents
46a508b4
35d43e59
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
configuration.org
+12
-5
12 additions, 5 deletions
configuration.org
with
12 additions
and
5 deletions
configuration.org
+
12
−
5
View file @
6758b8c6
...
@@ -780,14 +780,23 @@ Some of my configuration entries where borrowed from other people, see
...
@@ -780,14 +780,23 @@ Some of my configuration entries where borrowed from other people, see
(lsp-mode . lsp-enable-which-key-integration)
(lsp-mode . lsp-enable-which-key-integration)
)
)
:config
:config
(lsp-headerline-breadcrumb-mode t))
(lsp-headerline-breadcrumb-mode t)
:commands lsp
)
#+end_src
#+end_src
For displaying more information directly in the buffer, I use =lsp-ui=
For displaying more information directly in the buffer, I use =lsp-ui=
#+begin_src emacs-lisp
#+begin_src emacs-lisp
(use-package lsp-ui)
(use-package lsp-ui
:commands lsp-ui-mode)
#+end_src
LSP keybinds
#+begin_src emacs-lisp
(setq lsp-keymap-prefix "s-l")
#+end_src
#+end_src
*** Integration with treemacs
*** Integration with treemacs
...
@@ -821,9 +830,7 @@ Some of my configuration entries where borrowed from other people, see
...
@@ -821,9 +830,7 @@ Some of my configuration entries where borrowed from other people, see
*** Rust
*** Rust
Install =rust-mode= and set the rust language server to
Install =rust-mode= and set the rust language server to [[https://rust-analyzer.github.io/][rust-analyzer]]
=rust-analyzer=. It also sets =rustfmt= to be called to format
buffer when saving.
#+begin_src emacs-lisp
#+begin_src emacs-lisp
(use-package rust-mode
(use-package rust-mode
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment