~ruther/emacs.d

ae05b9097ced3cf3766e7b7d7adfcb83a919c0e1 — Rutherther 9 months ago 9369455
feat: add exec-path-from-shell-arguments to source .profile
1 files changed, 4 insertions(+), 1 deletions(-)

M init.el
M init.el => init.el +4 -1
@@ 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

Do not follow this link