feat(grfn/emacs): More ocaml config
Change-Id: I12d20f36226ed0d262d1bea4efcabfff8718d365 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10744 Autosubmit: aspen <root@gws.fyi> Reviewed-by: aspen <root@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
c397aaceef
commit
2eafdbde32
2 changed files with 17 additions and 2 deletions
|
|
@ -347,7 +347,9 @@
|
||||||
(set-face-foreground 'slack-message-output-header +solarized-s-base01)
|
(set-face-foreground 'slack-message-output-header +solarized-s-base01)
|
||||||
(set-face-attribute 'slack-message-output-header nil :underline nil)
|
(set-face-attribute 'slack-message-output-header nil :underline nil)
|
||||||
(set-face-attribute 'slack-message-output-text nil :height 1.0)
|
(set-face-attribute 'slack-message-output-text nil :height 1.0)
|
||||||
)
|
(set-face-attribute 'caml-types-expr-face
|
||||||
|
nil
|
||||||
|
:background +solarized-s-base2))
|
||||||
|
|
||||||
(after! solarized-theme
|
(after! solarized-theme
|
||||||
(set-face-foreground 'font-lock-doc-face +solarized-s-base1)
|
(set-face-foreground 'font-lock-doc-face +solarized-s-base1)
|
||||||
|
|
@ -1122,3 +1124,16 @@
|
||||||
:quit nil)
|
:quit nil)
|
||||||
|
|
||||||
(setq elcord-editor-icon "emacs_icon")
|
(setq elcord-editor-icon "emacs_icon")
|
||||||
|
|
||||||
|
;;; ocaml
|
||||||
|
|
||||||
|
(after! merlin-mode
|
||||||
|
(set-face-attribute
|
||||||
|
'caml-types-expr-face
|
||||||
|
nil
|
||||||
|
:background +solarized-s-base2)
|
||||||
|
(add-hook! merlin-mode
|
||||||
|
(setq whitespace-line-column 90)))
|
||||||
|
|
||||||
|
(use-package! dune-format
|
||||||
|
:hook (dune-mode . dune-format-on-save-mode))
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,7 @@
|
||||||
markdown ; writing docs for people to ignore
|
markdown ; writing docs for people to ignore
|
||||||
;;nim ; python + lisp at the speed of c
|
;;nim ; python + lisp at the speed of c
|
||||||
nix ; I hereby declare "nix geht mehr!"
|
nix ; I hereby declare "nix geht mehr!"
|
||||||
;;ocaml ; an objective camel
|
ocaml ; an objective camel
|
||||||
(org ; organize your plain life in plain text
|
(org ; organize your plain life in plain text
|
||||||
+dragndrop ; drag & drop files/images into org buffers
|
+dragndrop ; drag & drop files/images into org buffers
|
||||||
+attach ; custom attachment system
|
+attach ; custom attachment system
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue