summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-05-30 11:46:21 +0200
committerAlan Pearce2017-05-30 11:46:21 +0200
commit00bc25dbebf035f003e73f64c6a856cd0acf09a1 (patch)
treea9e9305a670295eb5e276631dd16652a35872523 /emacs
parent43bca738588a0e1b3cc2719fde3203561f9aaabd (diff)
downloaddotfiles-00bc25dbebf035f003e73f64c6a856cd0acf09a1.tar.lz
dotfiles-00bc25dbebf035f003e73f64c6a856cd0acf09a1.tar.zst
dotfiles-00bc25dbebf035f003e73f64c6a856cd0acf09a1.zip
Emacs: Remove copy-as-format
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org16
1 files changed, 0 insertions, 16 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index b13f4e7..99978c3 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -2450,22 +2450,6 @@ I like to use the clipboard more than the primary selection in X11.
   (setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)))
 #+END_SRC
 
-*** Copy formatted code
-
-#+BEGIN_SRC emacs-lisp
-(bind-key* "C-c w" (define-prefix-command 'copy-as-map))
-(use-package copy-as-format
-  :bind (("C-c C-w" . copy-as-format)
-         :map copy-as-map
-         ("b" . copy-as-format-bitbucket)
-         ("g" . copy-as-format-github)
-         ("h" . copy-as-format-hipchat)
-         ("w" . copy-as-format-html)
-         ("j" . copy-as-format-jira)
-         ("m" . copy-as-format-markdown)
-         ("s" . copy-as-format-slack)))
-#+END_SRC
-
 ** Selection
 
 I’m quite used to deleting text by selecting it and typing.  Emacs has