summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@kelar.org>2022-08-03 23:06:32 -0400
committerAmin Bandali <bandali@kelar.org>2022-08-03 23:06:32 -0400
commit55ac7968b4171c9ab8b5e3487b00d4b73b794a18 (patch)
tree3aa279fcc507c387e8373f6b39edfa3e364ed692 /.emacs.d/init.el
parent74d836015d304dc840c6dcf3703771ab863a4985 (diff)
downloadconfigs-55ac7968b4171c9ab8b5e3487b00d4b73b794a18.tar.gz
configs-55ac7968b4171c9ab8b5e3487b00d4b73b794a18.tar.xz
configs-55ac7968b4171c9ab8b5e3487b00d4b73b794a18.zip
Update/shorten various custom Emacs bindings
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index ae6afba..6e70ee6 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -453,11 +453,11 @@ Effectively a very simple light/dark theme toggle switch."
;;; General key bindings
(global-set-key (kbd "C-a") #'b/move-indentation-or-beginning-of-line)
-(global-set-key (kbd "C-c a i") #'ielm)
+(global-set-key (kbd "C-c i") #'ielm)
(global-set-key (kbd "C-c d") #'b/duplicate-line-or-region)
(global-set-key (kbd "C-c j") #'b/join-line-top)
(global-set-key (kbd "C-S-j") #'b/join-line-top)
-(global-set-key (kbd "C-c s") #'b/*scratch*)
+(global-set-key (kbd "C-c s c") #'b/*scratch*)
(global-set-key (kbd "C-c x") #'execute-extended-command)
(global-set-key (kbd "C-c v") #'b/invert-default-face)
@@ -600,8 +600,8 @@ Effectively a very simple light/dark theme toggle switch."
scpaste-scp-destination "p:~"))
(autoload 'scpaste "scpaste" nil t)
(autoload 'scpaste-region "scpaste" nil t)
-(global-set-key (kbd "C-c a p p") #'scpaste)
-(global-set-key (kbd "C-c a p r") #'scpaste-region)
+(global-set-key (kbd "C-c p p") #'scpaste)
+(global-set-key (kbd "C-c p r") #'scpaste-region)
;;; Editing
@@ -844,7 +844,7 @@ Effectively a very simple light/dark theme toggle switch."
(setq
eww-download-directory
(file-name-as-directory (getenv "XDG_DOWNLOAD_DIR"))))
-(global-set-key (kbd "C-c a e w") #'eww)
+(global-set-key (kbd "C-c e w") #'eww)
;; (with-eval-after-load 'org-ref
;; (setq