[emacs] Update lsp chrome and fix bug
This commit is contained in:
@ -398,9 +398,16 @@ Handful of fun aliases to make working in Eshell almost like a /real/ shell :smi
|
|||||||
LSP doesn't like big projects and I can't blame it. This forces it to index huge
|
LSP doesn't like big projects and I can't blame it. This forces it to index huge
|
||||||
projects without warning us everytime.
|
projects without warning us everytime.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(after! lsp
|
(setq lsp-lens-enable 1
|
||||||
(setq lsp-file-watch-threshold nil))
|
lsp-ui-sideline-enable 1
|
||||||
#+end_src
|
lsp-enable-links 1
|
||||||
|
lsp-headerline-breadcrumb-enable 1
|
||||||
|
lsp-modeline-code-actions-enable 1
|
||||||
|
lsp-modeline-diagnostics-enable 1
|
||||||
|
lsp-completion-show-detail 1
|
||||||
|
lsp-file-watch-threshold nil
|
||||||
|
)
|
||||||
|
#+END_SRC
|
||||||
* Mastodon
|
* Mastodon
|
||||||
There's gotta be a way to get the token out of password-store for this.
|
There's gotta be a way to get the token out of password-store for this.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
@ -427,7 +434,7 @@ There's gotta be a way to get the token out of password-store for this.
|
|||||||
:token (auth-source-pick-first-password
|
:token (auth-source-pick-first-password
|
||||||
:host "15five.slack.com"
|
:host "15five.slack.com"
|
||||||
:user "colin.powell@15five.com")
|
:user "colin.powell@15five.com")
|
||||||
:subscribed-channels '(squad-admin water-cooler))
|
:subscribed-channels '(squad-partnerships water-cooler))
|
||||||
(slack-register-team
|
(slack-register-team
|
||||||
:name "RAB"
|
:name "RAB"
|
||||||
:token (auth-source-pick-first-password
|
:token (auth-source-pick-first-password
|
||||||
@ -519,9 +526,7 @@ Here we are trying to auto-translate Word and PDF files to be viewed in Emacs.
|
|||||||
; Show gravatars in magit
|
; Show gravatars in magit
|
||||||
(setq magit-revision-show-gravatars '("^Author: " . "^Commit: "))
|
(setq magit-revision-show-gravatars '("^Author: " . "^Commit: "))
|
||||||
|
|
||||||
; (setq lsp-enable-links nil)
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Openwith
|
* Openwith
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(when (require 'openwith nil 'noerror)
|
(when (require 'openwith nil 'noerror)
|
||||||
|
|||||||
Reference in New Issue
Block a user