From e0f70b1254a61299b9a6546bac31282d96969150 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 9 Sep 2023 20:59:30 +0300 Subject: devtools.el: Rename & Update keybindings --- .emacs.d/init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 3bfb6b5..de51c25 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -18,8 +18,8 @@ (define-prefix-command 'Create) (define-key thanos/applications-map (kbd "C-c") 'Create) -(global-set-key (kbd "") 'keyboard-escape-quit) - +(define-key global-map (kbd "") 'keyboard-escape-quit) +(define-key global-map (kbd "M-") 'backward-kill-sexp) (add-to-list 'load-path "~/.emacs.d/modules") @@ -31,9 +31,9 @@ (require 'thanos-commands) ;; Misc commands to manage vm's and others (require 'thanos-books) ;; pdf-tools, nov-mode (require 'thanos-chat) ;; telega, erc, ement -(require 'thanos-dev) ;; Completions, programming lang specific customization, chatgpt etc. +(require 'thanos-devtools) ;; Completions, programming lang specific customization, chatgpt etc. (require 'thanos-dired) ;; Dired theming and custom functions -(require 'thanos-mu4e) ;; email +(require 'thanos-mu4e) ;; Email client (require 'thanos-multimedia) ;; emms, yeetube (require 'thanos-elfeed) ;; RSS -- cgit v1.2.3