diff options
| author | Daniel <[email protected]> | 2024-11-15 09:18:54 -0500 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-11-15 09:18:54 -0500 |
| commit | 196eb6ca14ecc50f76d5e64753265d1214cc18a2 (patch) | |
| tree | a662bfe9b963d4bbf563f3f77f42bac573b639a9 /bard-emacs-modules/bard-emacs-writing.el | |
| parent | 25959da951db11a63c619b0b4a5e0061c857d706 (diff) | |
removed unnecessary packages
Diffstat (limited to 'bard-emacs-modules/bard-emacs-writing.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-writing.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el index 0e3a02f..c9e0f65 100644 --- a/bard-emacs-modules/bard-emacs-writing.el +++ b/bard-emacs-modules/bard-emacs-writing.el @@ -36,15 +36,6 @@ (setq show-paren-when-point-inside-paren nil) (setq show-paren-context-when-offscreen 'overlay)) -;; Captain capitalization -(use-package captain - :ensure t - :hook - (text-mode . captain-mode) - :bind - ("M-u" . captain-capitalize-word) - ("M-S-u" . captain-capitalize-sentence)) - ;; snippets (use-package tempel |
