From a5fef6324be38541e28bbf154f321cfa9087d1b1 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 9 Dec 2023 10:51:44 +0200 Subject: emacs: Rewrite thanos/applications-map - Use defvar-keymap - Rewrite it on thanos-commands.el --- .emacs.d/init.el | 3 --- 1 file changed, 3 deletions(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 77afc00..167b01a 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -42,9 +42,6 @@ sentence-end-double-space nil) -(define-prefix-command 'thanos/applications-map) -(global-set-key (kbd "C-c a") 'thanos/applications-map) - (define-prefix-command 'Create) (define-key 'thanos/applications-map (kbd "C-c") 'Create) -- cgit v1.2.3