From d88b73dba3a65b47f7623f09af61bc43b8874c35 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Mon, 4 Dec 2023 11:11:26 -0800 Subject: emacs: bookmarks keybindings --- .emacs.d/init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 9a64089..91d8e28 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -28,9 +28,10 @@ (global-set-key (kbd "C-c R") 'revert-buffer) (global-set-key (kbd "C-c w") 'whitespace-cleanup) +(global-set-key (kbd "C-c b s") 'bookmark-set) +(global-set-key (kbd "C-c b j") 'bookmark-jump) -;; compile -(global-set-key [f12] 'compile) +(global-set-key (kbd "") 'compile) (defun help/insert-em-dash () "Inserts an EM-DASH (not a HYPEN, not an N-DASH)" -- cgit v1.2.3