emacs: use lean4
This commit is contained in:
parent
78bdd21ff4
commit
75b43fe93f
@ -356,6 +356,10 @@ you should place your code here."
|
||||
|
||||
(setq evil-in-single-undo t)
|
||||
|
||||
(add-to-load-path "~/lean4/lean4-mode")
|
||||
(require 'lean4-mode)
|
||||
(push 'lean4-mode spacemacs-indent-sensitive-modes)
|
||||
|
||||
(setq twelf-root "/home/gebner/twelf/")
|
||||
(when (file-exists-p twelf-root)
|
||||
(load-file (concat twelf-root "emacs/twelf-init.el")))
|
||||
|
Loading…
Reference in New Issue
Block a user