Move functions from buf-manipulation.el to the Org config
This commit is contained in:
3
init.el
3
init.el
@@ -30,7 +30,6 @@
|
||||
(load "round-number-to-decimals")
|
||||
(load "zim")
|
||||
(load "enclose-string")
|
||||
(load "buf-manipulation")
|
||||
(load "text-manip")
|
||||
(load "frame-manip")
|
||||
(load "file-manip")
|
||||
@@ -1154,7 +1153,7 @@ INFO plist."
|
||||
("C-M-r" . isearch-backward)
|
||||
("C-~" . toggle-char-case)
|
||||
:map ctl-x-map
|
||||
("C-y" . duplicate-line)
|
||||
("C-y" . gpolonkai/duplicate-line)
|
||||
("_" . maximize-window)
|
||||
("C-r" . rename-current-buffer-file)
|
||||
("C-d" . delete-current-buffer-file)
|
||||
|
Reference in New Issue
Block a user