diff options
author | Case Duckworth | 2021-05-27 17:37:32 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-27 17:37:32 -0500 |
commit | cf0b0ffe43d4675f84a8566538920ed477a0765c (patch) | |
tree | 77be24fdb12ce8af2cda89ce29d624fa34426d67 /lisp | |
parent | Fix frame setup (diff) | |
parent | Merge (diff) | |
download | emacs-cf0b0ffe43d4675f84a8566538920ed477a0765c.tar.gz emacs-cf0b0ffe43d4675f84a8566538920ed477a0765c.zip |
Merge branch 'main' of https://tildegit.org/acdw/emacs
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/acdw.el | 10 |
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 |