Format modules

Add missing headers and remove gratuitious whitespace.
This commit is contained in:
William Carroll 2020-01-18 22:50:56 +00:00
parent 77d46eb5e1
commit 66f597ac39
2 changed files with 3 additions and 2 deletions

View file

@ -21,7 +21,10 @@
;;; Code:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Dependencies
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(require 'prelude)
(require 'alist)
(require 'symbol)

View file

@ -635,7 +635,5 @@ Currently using super- as the prefix for switching workspaces."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(exwm/switch "Dotfiles"))))
(provide 'window-manager)
;;; window-manager.el ends here