diff --git a/README.org b/README.org index 505763e..3dfdd67 100644 --- a/README.org +++ b/README.org @@ -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 "" #'previous-buffer) (keymap-global-set "" #'next-buffer) @@ -779,18 +779,20 @@ 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" - :initializationOptions - (:nil (:nix ( :maxMemoryMB 3000 - :flake ( :autoArchive t - :autoEvalInputs t))))))) + `((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" - :initializationOptions - ( :check (:command "clippy") - :procMacro (:enable t) - :cargo ( :buildScripts (:enable t) - :features "all")))))) + `((rust-ts-mode rust-mode) + . ("rust-analyzer" + :initializationOptions + ( :check (:command "clippy") + :procMacro (:enable t) + :cargo ( :buildScripts (:enable t) + :features "all")))))) #+end_src ** Apheleia formatting