summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-12-09 10:51:44 +0200
committerThanos Apollo <[email protected]>2023-12-09 10:56:59 +0200
commita5fef6324be38541e28bbf154f321cfa9087d1b1 (patch)
tree4b8d5fc594497bc36ae8b287de89343dc0d9534b /.emacs.d/init.el
parentf74354ae3d2912686b87d20426d8155865939306 (diff)
emacs: Rewrite thanos/applications-map
- Use defvar-keymap - Rewrite it on thanos-commands.el
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el3
1 files changed, 0 insertions, 3 deletions
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)