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

2
.gitignore vendored
View file

@ -15,6 +15,8 @@ projectile-bookmarks.eld
session*
.cask
tramp
nov-places
transient/
org-clock-save.el
custom.el
email.el

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))