diff options
| author | bard <[email protected]> | 2024-04-15 06:33:16 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-04-15 06:33:16 -0400 |
| commit | 3af28302cb3f478e0986748f83dad21ba7fef58f (patch) | |
| tree | 38a063778434b19d494cd42c0f4611d5561b9540 /bard-emacs-modules | |
| parent | 7cccbcdcc45863591cb7b913ac8b075167e9d5c0 (diff) | |
altcaps
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-writing.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el index 0727f05..d6700f1 100644 --- a/bard-emacs-modules/bard-emacs-writing.el +++ b/bard-emacs-modules/bard-emacs-writing.el @@ -7,6 +7,11 @@ (setq default-input-method "cyrillic-yawerty") (setq default-transient-input-method "cyrillic-yawerty") +;;; Altcaps +(use-package altcaps + :config + (define-key global-map (kbd "C-x C-a") #'altcaps-dwim)) + (use-package denote :config (setq denote-directory "~/Notes/denote/") |
