Move functions from buf-manipulation.el to the Org config

This commit is contained in:
2018-07-29 18:58:11 +02:00
parent c16ff8cbc0
commit 46d7a1a731
3 changed files with 261 additions and 205 deletions

View File

@@ -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)