Add custom APL face

This commit is contained in:
Dimitri Lozeve 2019-11-04 21:39:26 +01:00
parent d807c27f8f
commit ffded2857b
2 changed files with 4 additions and 0 deletions

View file

@ -213,6 +213,8 @@
(use-package gnu-apl-mode
:ensure t
:config
(defface gnu-apl-default
'((t (:height 1.2 :family "APL385 Unicode"))) t)
(defun em-gnu-apl-init ()
(setq buffer-face-mode-face 'gnu-apl-default)
(buffer-face-mode))