From ae05b9097ced3cf3766e7b7d7adfcb83a919c0e1 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Tue, 18 Jun 2024 19:09:57 +0200 Subject: [PATCH] feat: add exec-path-from-shell-arguments to source .profile --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 92fce54..73898c6 100644 --- a/init.el +++ b/init.el @@ -101,7 +101,7 @@ :demand t :custom (exec-path-from-shell-shell-name (getenv "SHELL")) - (exec-path-from-shell-arguments nil) + ; (exec-path-from-shell-arguments "-l -i") ; Set by default for bash, zsh etc. (exec-path-from-shell-variables '("PATH" "MANPATH" @@ -959,6 +959,9 @@ '(vhdl-mode . ("vhdl_ls"))) ) +;; TODO: indentation in vhdl works strangely when I add a new line. +;; it's fixed by beautifying though, so it seems like the treesitter implementation +;; of vhdl has someting sketchy in it (my-use-package vhdl-ts-mode :ensure t :after vhdl-mode -- 2.48.1