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