From cb399c3fb8555ddb3032e3647b65ee3a088166c1 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 14 Aug 2023 18:49:18 -0400 Subject: fedora hacks --- emacs/.config/emacs-kj/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs') 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))) -- cgit v1.2.3