diff options
| author | BardofSprites <[email protected]> | 2025-12-26 18:28:52 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-12-26 18:28:52 -0500 |
| commit | 00ed728882f2db96b2845cd5898b4546db041381 (patch) | |
| tree | 8db8df58effe5eac9b8352f57dc6f8344f94029d /bard-emacs-modules/bard-emacs-ui.el | |
| parent | 25b12a38e89b9ce3ca831e92efe02a6ea37d7983 (diff) | |
change keybind and org-struct list
Diffstat (limited to 'bard-emacs-modules/bard-emacs-ui.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-ui.el | 28 |
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 acdddcc..7639eeb 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 |
