Show pretty symbols on lisp mode
This commit is contained in:
parent
fa55f12a70
commit
7e7806da19
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@
|
|||
|
||||
(use-package lisp-mode
|
||||
:ensure nil
|
||||
:init
|
||||
(add-hook 'lisp-mode-hook (lambda () (prettify-symbols-mode)))
|
||||
:mode (("\\.lisp$" . lisp-mode)
|
||||
("\\.lsp$" . lisp-mode)
|
||||
("\\.cl$" . lisp-mode)))
|
||||
|
|
Loading…
Add table
Reference in a new issue