diff options
author | Thanos Apollo <[email protected]> | 2023-08-03 23:07:59 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-03 23:07:59 +0300 |
commit | 37a57bb7c9e4cd00d08a290c32dc9dd1ac380894 (patch) | |
tree | 52713398c282c3651e9a38c28ce60f38ae571653 /emacs.org | |
parent | af88db58db25f8e4bf181af587b5b60d0f5d3340 (diff) |
emacs: Add bookmark keybindings
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -196,6 +196,11 @@ Fonts and basic appearance settings for each device (setq counsel-describe-function-function #'helpful-callable) (setq counsel-describe-variable-function #'helpful-variable) #+end_src +* Navigation +#+begin_src emacs-lisp + (global-set-key (kbd "C-x r d") 'bookmark-delete) + (global-set-key (kbd "C-x r C-r") 'bookmark-rename) +#+end_src * Pass ** Pass Launcher #+begin_src emacs-lisp |