Use drag-stuff

This commit is contained in:
Lars Tveito 2016-01-05 21:37:34 +01:00
parent 75ed841465
commit d69b4a86fd

View File

@ -165,6 +165,7 @@
company ; Modular text completion framework company ; Modular text completion framework
define-word ; display the definition of word at point define-word ; display the definition of word at point
diminish ; Diminished modes from modeline diminish ; Diminished modes from modeline
drag-stuff ; Drag stuff around in Emacs
expand-region ; Increase selected region by semantic units expand-region ; Increase selected region by semantic units
focus ; Dim color of text in surrounding sections focus ; Dim color of text in surrounding sections
idle-require ; load elisp libraries while Emacs is idle idle-require ; load elisp libraries while Emacs is idle
@ -358,6 +359,7 @@
(dolist (mode (dolist (mode
'(abbrev-mode ; E.g. sopl -> System.out.println '(abbrev-mode ; E.g. sopl -> System.out.println
column-number-mode ; Show column number in mode line column-number-mode ; Show column number in mode line
drag-stuff-global-mode ; Drag stuff around
global-company-mode ; Auto-completion everywhere global-company-mode ; Auto-completion everywhere
global-git-gutter-mode ; Show changes latest commit global-git-gutter-mode ; Show changes latest commit
global-prettify-symbols-mode ; Greek letters should look greek global-prettify-symbols-mode ; Greek letters should look greek