aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-07-15 18:18:58 -0400
committerBardofSprites <[email protected]>2025-07-15 18:18:58 -0400
commitb2b2715ccf4aca9c3d7069abdb6fe2f7fc5dd76e (patch)
treeadcf115aa52b761371f352c5bda0470685bc654a /bard-emacs-modules
parentf07236dcd64f62e6344f80a6f62103a1a0f37ccf (diff)
stop using whitespace mode
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-ui.el28
1 files changed, 14 insertions, 14 deletions
diff --git a/bard-emacs-modules/bard-emacs-ui.el b/bard-emacs-modules/bard-emacs-ui.el
index b01383d..c180006 100644
--- a/bard-emacs-modules/bard-emacs-ui.el
+++ b/bard-emacs-modules/bard-emacs-ui.el
@@ -1,18 +1,18 @@
;; Generic variables for modes
-(use-package whitespace
- :ensure nil
- :demand t
- :config
- (setq whitespace-style '(face
- tabs
- spaces
- trailing
- space-before-tab
- newline indentation
- empty space-after-tab
- space-mark tab-mark))
- :hook
- (prog-mode . whitespace-mode))
+;; (use-package whitespace
+;; :ensure nil
+;; :demand t
+;; :config
+;; (setq whitespace-style '(face
+;; tabs
+;; spaces
+;; trailing
+;; space-before-tab
+;; newline indentation
+;; empty space-after-tab
+;; space-mark tab-mark))
+;; :hook
+;; (prog-mode . whitespace-mode))
(use-package display-line-numbers
:ensure nil