Add custom APL face
This commit is contained in:
parent
d807c27f8f
commit
ffded2857b
2 changed files with 4 additions and 0 deletions
2
init.el
2
init.el
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue