Skip to content

Commit

Permalink
tweak(defaults): enable drag and drop of regions
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 24, 2023
1 parent 3adf802 commit fb1d75d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/me-defaults.el
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@
whitespace-action '(cleanup auto-cleanup)
;; End files with newline
require-final-newline t
;; Enable Drag-and-Drop of regions
mouse-drag-and-drop-region t
;; Enable Drag-and-Drop of regions from Emacs to external programs
mouse-drag-and-drop-region-cross-program t

;; ====== Backups ======
;; Disable lockfiles
Expand Down

0 comments on commit fb1d75d

Please sign in to comment.