mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Olivetti for self-chat
This commit is contained in:
parent
13fb053b3a
commit
42b213de71
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@
|
|||
|
||||
(define-derived-mode self-chat-mode fundamental-mode "self-chat"
|
||||
"This is a mode where I become crazy and talk to myself."
|
||||
(setq font-lock-defaults '(self-chat-highlights)))
|
||||
(setq font-lock-defaults '(self-chat-highlights))
|
||||
(olivetti-mode 1))
|
||||
|
||||
(modify-syntax-entry ?\" " " self-chat-mode-syntax-table)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue