Commit 368b3106ccff

Vincent Demeester <vincent@sbr.pm>
2020-04-07 16:09:37
config-editing.el: more temporary disabled modules
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 4912af6
Changed files (1)
tools
emacs
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)