remove dell
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user