Compare commits

...

2 commits

Author SHA1 Message Date
e7117ec2fb Change default font height 2025-05-04 11:27:06 +02:00
e003529c46 Save SSH agent info 2025-05-04 11:26:56 +02:00

View file

@ -83,7 +83,7 @@
;; Font configuration
(let ((my-font "Iosevka Term")
(my-height 130))
(my-height 120))
(set-face-attribute 'default nil :family my-font :height my-height)
(set-face-attribute 'fixed-pitch nil :family my-font :height my-height))
(set-face-attribute 'variable-pitch nil :family "Libertinus Serif" :height 160)
@ -210,6 +210,7 @@
:init
(setq exec-path-from-shell-arguments '("-l"))
:config
(setenv "SSH_AUTH_SOCK" (file-name-concat (getenv "XDG_RUNTIME_DIR") "ssh-agent.socket"))
(when (memq window-system '(mac ns x pgtk))
(dolist (var '("SSH_AUTH_SOCK" "SSH_AGENT_PID"))
(add-to-list 'exec-path-from-shell-variables var))