about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-12 21:06:07 -0500
committerCase Duckworth2021-08-12 21:07:47 -0500
commitfe2f9241d2911d61cb1a8da0d97f41ade8e56c1a (patch)
treeaace0e0f41851236587b630deaa8ca800dfa2741 /init.el
parentOnly show wc mode-line in wc-mode (diff)
downloademacs-fe2f9241d2911d61cb1a8da0d97f41ade8e56c1a.tar.gz
emacs-fe2f9241d2911d61cb1a8da0d97f41ade8e56c1a.zip
Add acdw/copy-region-plain
This is finally the thing I was looking for
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.el b/init.el index 7e2c1ea..63a327c 100644 --- a/init.el +++ b/init.el
@@ -1334,8 +1334,7 @@ if ripgrep is installed, otherwise `consult-grep'."
1334 "<S-return>" acdw-org/org-table-copy-down 1334 "<S-return>" acdw-org/org-table-copy-down
1335 "M-SPC M-SPC" insert-zero-width-space 1335 "M-SPC M-SPC" insert-zero-width-space
1336 "C-c C-l" org-insert-link-dwim 1336 "C-c C-l" org-insert-link-dwim
1337 "M-w" kill-ring-save-unfilled 1337 "M-w" acdw/copy-region-plain)
1338 "M-=" acdw-org/count-words-stupidly)
1339 1338
1340 (with-eval-after-load 'org-export 1339 (with-eval-after-load 'org-export
1341 (add-to-list 'org-export-filter-final-output-functions 1340 (add-to-list 'org-export-filter-final-output-functions