Compare commits
2 commits
0578e99870
...
e7117ec2fb
Author | SHA1 | Date | |
---|---|---|---|
e7117ec2fb | |||
e003529c46 |
1 changed files with 2 additions and 1 deletions
3
init.el
3
init.el
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue