dev: merge branch 'master' of github.com:doomemacs

This commit is contained in:
Matt Nish-Lapidus 2024-09-05 11:31:00 -04:00
commit 7aaa532d27
11 changed files with 195 additions and 179 deletions

View file

@ -71,15 +71,6 @@
(setq woman-manpath manpath))))
(use-package! drag-stuff
:defer t
:init
(map! "<M-up>" #'drag-stuff-up
"<M-down>" #'drag-stuff-down
"<M-left>" #'drag-stuff-left
"<M-right>" #'drag-stuff-right))
;;;###package tramp
(unless (featurep :system 'windows)
(setq tramp-default-method "ssh")) ; faster than the default scp