(Emacs)~fix up some stuff

This commit is contained in:
2022-01-13 11:47:07 +00:00
parent c81464bc1f
commit d1eb4d4d44

View File

@@ -72,7 +72,7 @@ setup the custom-file to exist in the var-directory
(getenv "PATH"))) (getenv "PATH")))
(setenv (setenv
"SSH_AGENT_SOCK" "SSH_AUTH_SOCK"
(shell-command-to-string "echo -n \"${XDG_RUNTIME_DIR}/ssh-agent.socket\""))) (shell-command-to-string "echo -n \"${XDG_RUNTIME_DIR}/ssh-agent.socket\"")))
#+end_src #+end_src
* Custom Functions * Custom Functions
@@ -179,7 +179,7 @@ Set font size to 125.
:straight nil :straight nil
:config :config
(+dx/sys-name-cond (+dx/sys-name-cond
("spiderboy" (set-face-attribute 'default nil :height 150)) ("spiderboy" (set-face-attribute 'default nil :height 175))
("oldboy" (set-face-attribute 'default nil :height 115)))) ("oldboy" (set-face-attribute 'default nil :height 115))))
#+end_src #+end_src