From 6332a15891cc6a1e3f32252cdba31b12a3f8a993 Mon Sep 17 00:00:00 2001 From: chase Date: Mon, 2 Jun 2025 18:53:21 -0400 Subject: [PATCH] Disable helm, add nix lsp --- home/emacs/init.el | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/home/emacs/init.el b/home/emacs/init.el index 132c162..21d9de8 100644 --- a/home/emacs/init.el +++ b/home/emacs/init.el @@ -298,6 +298,7 @@ :straight nil :hook (c-ts-mode . eglot-ensure) + (nix-ts-mode . eglot-ensure) (python-ts-mode . eglot-ensure) :config (setq eldoc-echo-area-display-truncation-message nil @@ -352,14 +353,14 @@ (pdf-tools-install :no-query) (require 'pdf-occur)) -;; helm -(use-package helm - :config - (global-set-key (kbd "M-x") #'helm-M-x) - (global-set-key (kbd "C-x r b") #'helm-filtered-bookmarks) - (global-set-key (kbd "C-x C-f") #'helm-find-files) - (setq helm-ff-auto-update-initial-value 1) - (helm-mode 1)) +;; ;; helm +;; (use-package helm + ;; :config + ;; (global-set-key (kbd "M-x") #'helm-M-x) + ;; (global-set-key (kbd "C-x r b") #'helm-filtered-bookmarks) + ;; (global-set-key (kbd "C-x C-f") #'helm-find-files) + ;; (setq helm-ff-auto-update-initial-value 1) + ;; (helm-mode 1)) ;; org stuff (use-package org