changes from Scorch on Fri 19 Jan 16:32:18 GMT 2024
This commit is contained in:
parent
23cfe7a1c2
commit
cd381b015c
|
@ -33,7 +33,7 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
|
|||
scroll-margin 0
|
||||
scroll-preserve-screen-position 1)
|
||||
|
||||
; Bind normal forward/back buttons on mouse to next/previous buffer respectively
|
||||
;; Bind normal forward/back buttons on mouse to next/previous buffer respectively
|
||||
(keymap-global-set "<mouse-8>" #'previous-buffer)
|
||||
(keymap-global-set "<mouse-9>" #'next-buffer)
|
||||
|
||||
|
@ -779,13 +779,15 @@ Set treesit to fontify all elements, default was 3 (out of 4)
|
|||
(eglot-autoreconnect nil)
|
||||
:config
|
||||
(add-to-list 'eglot-server-programs
|
||||
`((nix-mode) . ("nil"
|
||||
`((nix-mode)
|
||||
. ("nil"
|
||||
:initializationOptions
|
||||
(:nil (:nix ( :maxMemoryMB 3000
|
||||
:flake ( :autoArchive t
|
||||
:autoEvalInputs t)))))))
|
||||
(add-to-list 'eglot-server-programs
|
||||
`((rust-ts-mode rust-mode) . ("rust-analyzer"
|
||||
`((rust-ts-mode rust-mode)
|
||||
. ("rust-analyzer"
|
||||
:initializationOptions
|
||||
( :check (:command "clippy")
|
||||
:procMacro (:enable t)
|
||||
|
|
Loading…
Reference in a new issue