Remove duplicate-thing package
This commit is contained in:
parent
6bcdff1a42
commit
42032fc72c
2 changed files with 1 additions and 6 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
1
init.el
1
init.el
|
|
@ -23,7 +23,6 @@
|
||||||
(defconst my-packages
|
(defconst my-packages
|
||||||
'(anzu
|
'(anzu
|
||||||
company
|
company
|
||||||
duplicate-thing
|
|
||||||
ggtags
|
ggtags
|
||||||
helm
|
helm
|
||||||
helm-gtags
|
helm-gtags
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue