Compare commits

..

No commits in common. "e7117ec2fbcabba623fa4368602aecbba5b1bcf4" and "0578e99870e0e990381bbbfdc40bba55e7b7bae7" have entirely different histories.

View file

@ -83,7 +83,7 @@
;; Font configuration
(let ((my-font "Iosevka Term")
(my-height 120))
(my-height 130))
(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,7 +210,6 @@
: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))