aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-essentials.el
diff options
context:
space:
mode:
Diffstat (limited to 'bard-emacs-modules/bard-emacs-essentials.el')
-rw-r--r--bard-emacs-modules/bard-emacs-essentials.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/bard-emacs-modules/bard-emacs-essentials.el b/bard-emacs-modules/bard-emacs-essentials.el
index c64f271..acee6e9 100644
--- a/bard-emacs-modules/bard-emacs-essentials.el
+++ b/bard-emacs-modules/bard-emacs-essentials.el
@@ -29,7 +29,7 @@
("C-<" . mc/mark-previous-like-this)
("C-c C" . mc/mark-all-like-this)
("C-\"". mc/skip-to-next-like-this)
- ("C-:" . mc/skip-to-previous-like-this)))
+ ("C-;" . mc/skip-to-previous-like-this)))
(use-package expand-region
:ensure t
@@ -143,7 +143,7 @@
(define-key global-map (kbd "C-c C-w") #'world-clock)
(use-package breadcrumb
- :ensure t
+ :after spacious-padding
:hook
(prog-mode . breadcrumb-local-mode))