summaryrefslogtreecommitdiff
path: root/config.org
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2023-11-01 20:07:57 +0100
committeryuzu-eva <stevenhu@web.de>2023-11-01 20:07:57 +0100
commit55f309716fabfc15d6b37ed99116bf75a374468e (patch)
tree86b86c4cd665a7eaaadc915bc39d69cd74fb8d12 /config.org
parent1df37bcb01f627c243621cc55dbc74c4efaef126 (diff)
changed comment keybind
Diffstat (limited to 'config.org')
-rw-r--r--config.org5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.org b/config.org
index 633dc4f..18b6ec0 100644
--- a/config.org
+++ b/config.org
@@ -703,9 +703,8 @@ Some keybinds to make life easier
(global-set-key (kbd "C-0") 'xah-forward-right-bracket)
#+end_src
-** Comment / uncomment selected region
+** Comment / uncomment line rebind
#+begin_src emacs-lisp
- (global-set-key (kbd "C-c c") 'comment-region)
- (global-set-key (kbd "C-c u") 'uncomment-region)
+ (global-set-key (kbd "C-c c") 'comment-line)
#+end_src