pinwheel: Add keybinding to insert blocks in org-mode

This commit is contained in:
Alexander Heldt
2024-06-25 13:45:24 +02:00
parent 8284af9c0e
commit 2d230216db

View File

@@ -460,7 +460,8 @@ Setup prefix for keybindings.
(setq org-cycle-separator-lines 1)
(setq org-startup-folded 'content)
(setq org-startup-indented t)
(setq org-agenda-files '("~/sync/org")))
(setq org-agenda-files '("~/sync/org"))
(define-key org-mode-map (kbd "C-c C-b") #'org-insert-structure-template))
#+END_SRC
* Magit
#+BEGIN_SRC emacs-lisp