diff --git a/configuration.org b/configuration.org index a3f19187870a3a43471e8cb455a1a50546ed7088..6c5ab020a74054ae31bad09ccdbf5f714e5b49c5 100644 --- a/configuration.org +++ b/configuration.org @@ -294,11 +294,10 @@ Some of my configuration entries where borrowed from other people, see #+begin_src emacs-lisp (if (eq system-type 'darwin) ; Font on MacOS - (setq mh-font "Fira Code-20") + (setq mh-font "Fira Code-13") ; Font on Other Systems (Linux actually, I do not use emacs on windows) (setq mh-font "DejaVu Sans Mono-12") ) -(add-to-list 'default-frame-alist '(font . mh-font )) (set-face-attribute 'default t :font mh-font ) (set-frame-font mh-font nil t) #+end_src @@ -1232,10 +1231,6 @@ emacsclient -a emacs ... (use-package ssh-config-mode) #+end_src - #+RESULTS: - : t - - * To check later ** TODO Try helm