We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14573f3 commit ed6adacCopy full SHA for ed6adac
lean4-info.el
@@ -44,12 +44,7 @@ using `font-lock-comment-face' instead of the `✝` suffix used by Lean."
44
(define-derived-mode lean4-info-mockup-mode prog-mode "Lean-Info"
45
"Major mode used internally to syntax highlight Lean4."
46
:syntax-table lean4-syntax-table
47
- :group 'lean4
48
- (set (make-local-variable 'font-lock-defaults) lean4-info-font-lock-defaults)
49
- (set (make-local-variable 'indent-tabs-mode) nil)
50
- (set 'compilation-mode-font-lock-keywords '())
51
- (set (make-local-variable 'lisp-indent-function)
52
- 'common-lisp-indent-function))
+ :group 'lean4)
53
54
(defun lean4-info-ensure-buffer (buffer)
55
"Create BUFFER if it does not exist.
0 commit comments