remove dell

This commit is contained in:
2025-04-25 15:58:29 -04:00
parent 87fd6abbf2
commit 2b2a1e0b10
6 changed files with 7 additions and 148 deletions

View File

@@ -219,6 +219,7 @@
go-ts-mode
java-ts-mode
vue-mode
rust-ts-mode
typescript-ts-mode)
. eglot-ensure)
:custom
@@ -250,8 +251,8 @@
(use-package exec-path-from-shell
:init
(setq exec-path-from-shell-arguments nil)
;; (add-to-list 'exec-path "/etc/profiles/per-user/mthomson/bin")
;; (setq exec-path-from-shell-arguments nil)
(add-to-list 'exec-path "/etc/profiles/per-user/mthomson/bin")
(exec-path-from-shell-initialize))
(use-package treesit
@@ -295,6 +296,8 @@
(use-package nix-mode
:mode "\\.nix\\'")
(use-package rust-mode)
(use-package org
:ensure nil
:custom
@@ -408,6 +411,8 @@
:config
;; mbsync
(setq mu4e-mu-binary "mu")
(setq mu4e-get-mail-command (concat (executable-find "mbsync") " -a"))
(setq mu4e--get-mail-password-regexp "^Master Password: $")
(setq mu4e-update-interval 300)