Pouya Abbassi 2022-08-23 09:22:43 +04:30
parent 2113e07b52
commit 1bb58e32c9
1 changed files with 3 additions and 3 deletions

View File

@ -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 ;; Copyright (c) 2010-2021 Sameer Rahmani & Contributors
;; ;;
@ -45,8 +45,8 @@ Also activates LSP and converts `fn` to λ."
(fpkg/use clojure-mode (fpkg/use clojure-mode
:hook (clojure-mode . fg42/clojure-init) :hook (clojure-mode . fg42/clojure-init)
:config)) :config (when-flag clojure
(setq lsp-enable-indentation nil))))
(provide 'cubes/clojure) (provide 'cubes/clojure)
;;; clojure.el ends here ;;; clojure.el ends here