From 42032fc72cc67172b4cba93d520e056f37b0ce77 Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Sat, 2 Apr 2016 16:24:19 +0200 Subject: [PATCH] Remove duplicate-thing package --- custom/setup-editing.el | 6 +----- init.el | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/custom/setup-editing.el b/custom/setup-editing.el index 2f5987f..59a55a0 100755 --- a/custom/setup-editing.el +++ b/custom/setup-editing.el @@ -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. diff --git a/init.el b/init.el index 20fcae9..28f8cfa 100755 --- a/init.el +++ b/init.el @@ -23,7 +23,6 @@ (defconst my-packages '(anzu company - duplicate-thing ggtags helm helm-gtags