home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 368b3106ccfffa071ccaaed9e3fb4eaee05eaaae
parent 4912af61d9c31061aaa81004d5486f26638bbbc6
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue,  7 Apr 2020 16:09:37 +0200

config-editing.el: more temporary disabled modules

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-editing.el | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-editing.el b/tools/emacs/config/config-editing.el @@ -229,6 +229,7 @@ instead. This command can then be followed by the standard ("C-S-y" . prot/yank-replace-line-or-region))) (use-package crux + :disabled :commands (crux-transpose-windows crux-duplicate-current-line-or-region crux-rename-file-and-buffer @@ -240,11 +241,11 @@ instead. This command can then be followed by the standard ("<M-return>" . crux-open-with))) (use-package goto-last-change + :disabled :commands goto-last-change :bind ("C-z" . goto-last-change)) (use-package pdf-tools - :pin manual :mode ("\\.pdf\\'" . pdf-view-mode) :config (setq-default pdf-view-display-size 'fit-page)