pinwheel: Add keybinding to insert blocks in org-mode
This commit is contained in:
@@ -460,7 +460,8 @@ Setup prefix for keybindings.
|
|||||||
(setq org-cycle-separator-lines 1)
|
(setq org-cycle-separator-lines 1)
|
||||||
(setq org-startup-folded 'content)
|
(setq org-startup-folded 'content)
|
||||||
(setq org-startup-indented t)
|
(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
|
#+END_SRC
|
||||||
* Magit
|
* Magit
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|||||||
Reference in New Issue
Block a user