all repos ā€” nixfiles @ 00bc25dbebf035f003e73f64c6a856cd0acf09a1

System and user configuration, managed by nix and home-manager

Emacs: Remove copy-as-format
Alan Pearce alan@alanpearce.eu
Tue, 30 May 2017 11:46:21 +0200
commit

00bc25dbebf035f003e73f64c6a856cd0acf09a1

parent

43bca738588a0e1b3cc2719fde3203561f9aaabd

1 files changed, 0 insertions(+), 16 deletions(-)

jump to
M emacs/.emacs.d/init.org ā†’ emacs/.emacs.d/init.org
@@ -2450,22 +2450,6 @@ (when (boundp 'x-select-request-type)   (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