Skip to content
Snippets Groups Projects
Commit ef236681 authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Fix font setup

parent bb130bf8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment