diff --git a/core/cubes/clojure.el b/core/cubes/clojure.el index 356b8c1..f582b45 100644 --- a/core/cubes/clojure.el +++ b/core/cubes/clojure.el @@ -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