diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.config/emacs-kj/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el index aa9d09f..bb73ad5 100644 --- a/emacs/.config/emacs-kj/init.el +++ b/emacs/.config/emacs-kj/init.el @@ -411,6 +411,9 @@ (org-mode . mixed-pitch-mode) ) +(when (string= (system-name) "fedora") + (setenv "SSH_AUTH_SOCK" (s-trim (shell-command-to-string "gpgconf --list-dirs agent-ssh-socket")))) + (setq kj/font-height (cond ((string= (system-name) "fedora") 100) (t 150))) |