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

View file

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