Emacs: better eldoc/lsp setting, COMMET no tangle
This commit is contained in:
parent
73358a38ac
commit
b93d1344b5
@ -961,10 +961,10 @@ The theme of `C-x 4` bindings is that they operate on other windows, so this fun
|
||||
|
||||
(global-set-key (kbd "s-<f10>") #'joe/resize-frames)
|
||||
#+end_src
|
||||
|
||||
**** COMMENT Unused for now
|
||||
Ace Window will show a hint if there are more than 2 windows, but I don't really use it
|
||||
|
||||
#+begin_src emacs-lisp :tangle no
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
(require 'ace-window)
|
||||
(global-set-key (kbd "C-x o") #'ace-window)
|
||||
@ -972,7 +972,7 @@ Ace Window will show a hint if there are more than 2 windows, but I don't really
|
||||
|
||||
#+end_src
|
||||
|
||||
#+begin_src emacs-lisp :tangle no
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
;; TODO Prot help improving workflow
|
||||
(global-set-key (kbd "C-`") #'window-toggle-side-windows)
|
||||
@ -1988,7 +1988,8 @@ the right frame, I'm going to use the frame's name to close and remove the hook
|
||||
;; (flymake-mode -1)
|
||||
;; Disable it completely until we find out how the hell we can toggle it
|
||||
(setq eglot-stay-out-of '(flymake))
|
||||
(setq eglot-stay-out-of '())
|
||||
;; (setq eglot-stay-out-of '())
|
||||
(setq eldoc-echo-area-use-multiline-p nil)
|
||||
(setq eldoc-idle-delay 0.15)
|
||||
;; (setq eglot-stay-out-of '())
|
||||
;; (add-hook 'eglot-managed-mode-hook (lambda () (flymake-mode -1)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user