about summary refs log tree commit diff stats
path: root/lisp/acdw.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-27 12:52:12 -0500
committerCase Duckworth2021-05-27 12:52:12 -0500
commit0acf0a28d77cf6c17f637034fb5035c20ba3be87 (patch)
treee216194b6a98ea98772b0bb580a9b61ea23f27fe /lisp/acdw.el
parentTweak ERC (diff)
downloademacs-0acf0a28d77cf6c17f637034fb5035c20ba3be87.tar.gz
emacs-0acf0a28d77cf6c17f637034fb5035c20ba3be87.zip
Change C-z binds to C-c and remove leader
Diffstat (limited to 'lisp/acdw.el')
-rw-r--r--lisp/acdw.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/acdw.el b/lisp/acdw.el index d043aad..94f3e64 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el
@@ -476,16 +476,6 @@ Then, build `browse-url-button-regexp' with the new protocol."
476 476
477 477
478 478
479;;; Keymaps
480
481(defvar acdw/leader
482 (let ((map (make-sparse-keymap))
483 (c-z (global-key-binding "\C-z")))
484 (global-set-key "\C-z" map)
485 (define-key map "\C-z" c-z)
486 map))
487
488
489;;; Minor modes 479;;; Minor modes
490 480
491(define-minor-mode acdw/reading-mode 481(define-minor-mode acdw/reading-mode