Skip to content

Commit

Permalink
sharp-quote function name
Browse files Browse the repository at this point in the history
  • Loading branch information
nilclass committed Sep 17, 2023
1 parent d3efd37 commit e910fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slint-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
(define-derived-mode slint-mode prog-mode "Slint"
"A major mode for editing Slint UI files."
(setq-local comment-start "// ")
(setq-local indent-line-function 'slint-indent-line)
(setq-local indent-line-function #'slint-indent-line)
(set-syntax-table slint-mode-syntax-table)
(set (make-local-variable 'font-lock-defaults) '(slint-font-lock-keywords)))

Expand Down

0 comments on commit e910fde

Please sign in to comment.