Commit 81e16907e748

Vincent Demeester <vincent@sbr.pm>
2025-07-30 10:29:11
tools/emacs: some cleanups
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent c800000
Changed files (1)
tools
emacs
tools/emacs/init.el
@@ -255,9 +255,9 @@ minibuffer, even without explicitly focusing it."
   (add-to-list 'tramp-remote-path 'tramp-own-remote-path)
   (add-to-list 'tramp-remote-path "/home/vincent/.local/state/nix/profile/bin/")
   (add-to-list 'tramp-remote-path "~/bin/")
-  (add-to-list 'tramp-connection-properties
-	       (list (regexp-quote "/ssh:aomi.home:")
-		     "remote-shell" "/home/vincent/.local/state/nix/profile/bin/zsh"))
+  ;; (add-to-list 'tramp-connection-properties
+  ;; 	       (list (regexp-quote "/ssh:aomi.home:")
+  ;; 		     "remote-shell" "/home/vincent/.local/state/nix/profile/bin/zsh"))
   )
 
 (use-package passage
@@ -448,8 +448,8 @@ minibuffer, even without explicitly focusing it."
   (add-to-list 'eglot-server-programs '(nix-mode . ("nil")))
   (add-to-list 'eglot-server-programs
 	       '(go-mode . ("harper-ls" "--stdio")))
-  (add-to-list 'eglot-server-programs
-	       '(text-mode . ("harper-ls" "--stdio")))
+  ;; (add-to-list 'eglot-server-programs
+  ;; 	       '(text-mode . ("harper-ls" "--stdio")))
   ;; (add-to-list 'eglot-server-programs
   ;;              '(org-mode . ("harper-ls" "--stdio")))
   (add-to-list 'eglot-server-programs