Fix the wm issue with the normal mode

This commit is contained in:
Sameer Rahmani 2024-02-26 16:44:43 +00:00
parent 688c76af87
commit 660086397e
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
2 changed files with 2 additions and 3 deletions

View File

@ -28,7 +28,6 @@
(require 'fg42/cubes/org)
(require 'fg42/cubes/elisp)
(require 'fg42/cubes/region-expansion)
(require 'fg42/cubes/wm)
(require 'fg42/cubes/modeline)
(require 'fg42/cubes/autocompletion)
(require 'fg42/cubes/golang)
@ -57,7 +56,8 @@
(require 'fg42/cubes/nix)
(require 'fg42/cubes/julia)
(require 'fg42/cubes/themes)
(when-wm
(require 'fg42/cubes/wm))
(defcube fg42/editor
"A meta cube that contains all the cubes in the system. Calling

View File

@ -44,6 +44,5 @@
(fg42/initialize-wm))
(error "[SKIP] WM flag is not active")))
(provide 'fg42/cubes/wm)
;;; wm.el ends here