Pouya Abbassi 2022-08-23 09:22:43 +04:30
родитель 2113e07b52
Коммит 1bb58e32c9
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,4 +1,4 @@
;;; ClojureCubes --- The Clojure cubes for FG42 -*- lexical-binding: t; -*-
2;;; ClojureCubes --- The Clojure cubes for FG42 -*- lexical-binding: t; -*-
;;
;; Copyright (c) 2010-2021 Sameer Rahmani & Contributors
;;
@ -45,8 +45,8 @@ Also activates LSP and converts `fn` to λ."
(fpkg/use clojure-mode
:hook (clojure-mode . fg42/clojure-init)
:config))
:config (when-flag clojure
(setq lsp-enable-indentation nil))))
(provide 'cubes/clojure)
;;; clojure.el ends here