Remove duplicate-thing package

This commit is contained in:
laurensmiers 2016-04-02 16:24:19 +02:00
parent 6bcdff1a42
commit 42032fc72c
2 changed files with 1 additions and 6 deletions

View file

@ -44,7 +44,7 @@
newline-mark)) newline-mark))
(whitespace-mode 1))) (whitespace-mode 1)))
;; Package: volatile-highlights ;; Package: volatile-highlights --- show changes by "undo/yanks/..."
;; GROUP: Editing -> Volatile Highlights ;; GROUP: Editing -> Volatile Highlights
(require 'volatile-highlights) (require 'volatile-highlights)
(volatile-highlights-mode t) (volatile-highlights-mode t)
@ -137,10 +137,6 @@
(require 'iedit) (require 'iedit)
(global-set-key (kbd "C-;") 'iedit-mode) (global-set-key (kbd "C-;") 'iedit-mode)
;; PACKAGE: duplicate-thing
(require 'duplicate-thing)
(global-set-key (kbd "M-c") 'duplicate-thing)
;; Customized functions ;; Customized functions
(defun prelude-move-beginning-of-line (arg) (defun prelude-move-beginning-of-line (arg)
"Move point back to indentation of beginning of line. "Move point back to indentation of beginning of line.

View file

@ -23,7 +23,6 @@
(defconst my-packages (defconst my-packages
'(anzu '(anzu
company company
duplicate-thing
ggtags ggtags
helm helm
helm-gtags helm-gtags