diff --git a/init.el b/init.el index 8a980ee..ec1ad4e 100644 --- a/init.el +++ b/init.el @@ -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))