DEV Community

Discussion on: Customizing Emacs for Editing org Files

Collapse
 
jsvnm profile image
jsvnm

anyway, with default config I’d use
C-a C-k C-k C-y C-y
(goto beginning of line, kill line, including newline, then yank twice. )
instead of selecting the line and copypasting.

and instead of different init file, why not use
(define-key org-mode-map (kbd "C-c x") 'org-cut-special) in normal init to have that key in just org-mode?