mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Use drag-stuff
This commit is contained in:
parent
75ed841465
commit
d69b4a86fd
2
init.org
2
init.org
@ -165,6 +165,7 @@
|
||||
company ; Modular text completion framework
|
||||
define-word ; display the definition of word at point
|
||||
diminish ; Diminished modes from modeline
|
||||
drag-stuff ; Drag stuff around in Emacs
|
||||
expand-region ; Increase selected region by semantic units
|
||||
focus ; Dim color of text in surrounding sections
|
||||
idle-require ; load elisp libraries while Emacs is idle
|
||||
@ -358,6 +359,7 @@
|
||||
(dolist (mode
|
||||
'(abbrev-mode ; E.g. sopl -> System.out.println
|
||||
column-number-mode ; Show column number in mode line
|
||||
drag-stuff-global-mode ; Drag stuff around
|
||||
global-company-mode ; Auto-completion everywhere
|
||||
global-git-gutter-mode ; Show changes latest commit
|
||||
global-prettify-symbols-mode ; Greek letters should look greek
|
||||
|
Loading…
Reference in New Issue
Block a user