mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Add move-text package
This commit is contained in:
@@ -162,6 +162,12 @@
|
||||
(global-set-key (kbd "C-c [") 'textmate-shift-left)
|
||||
(global-set-key (kbd "C-c ]") 'textmate-shift-right))
|
||||
|
||||
;; move-text
|
||||
(when (require 'move-text nil 'noerror)
|
||||
;; Must be set after textmate is required.
|
||||
(define-key global-map (kbd "M-p") 'move-text-up)
|
||||
(define-key global-map (kbd "M-n") 'move-text-down))
|
||||
|
||||
;; Set/increase/decrease transparency (via helpers.el)
|
||||
(global-set-key (kbd "C-M-|") 'transparency-set-value)
|
||||
(global-set-key (kbd "C-M-<") 'transparency-increase)
|
||||
|
||||
@@ -65,6 +65,7 @@
|
||||
magit
|
||||
markdown-mode
|
||||
minimap
|
||||
move-text
|
||||
multiple-cursors
|
||||
phi-search
|
||||
php-mode
|
||||
|
||||
Reference in New Issue
Block a user