more QOL, fixing Emacs SSH

This commit is contained in:
2025-10-14 21:15:26 -07:00
parent e9dad7b175
commit f0afe4c45a
5 changed files with 14 additions and 5 deletions
+7
View File
@@ -9,6 +9,13 @@
(add-hook! '+doom-dashboard-mode-hook (hide-mode-line-mode 1) (hl-line-mode -1))
(setq-hook! '+doom-dashboard-mode-hook evil-normal-state-cursor (list nil))
;; Inherit SSH_AUTH_SOCK cuz emacs daint
(use-package exec-path-from-shell
:ensure t
:config
(exec-path-from-shell-initialize)
(exec-path-from-shell-copy-envs '("SSH_AUTH_SOCK" "SSH_AGENT_PID")))
;; Set name & e-mail
(setq user-full-name "opal"
user-mail-address "ry.orlando@proton.me")