From 2bc99f0e850a8fcb3d2ef120fb2802c597accb53 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 22 Jul 2021 21:16:23 -0500 Subject: Further configure org-mode Especially `kill-ring-save-unfilled', though it doesn't quite work in a really weird way. --- init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 98b64ab..aaecee4 100644 --- a/init.el +++ b/init.el @@ -1131,6 +1131,7 @@ if ripgrep is installed, otherwise `consult-grep'." (require 'acdw-org) ; so I don't clutter up init.el (:option org-adapt-indentation nil org-catch-invisible-edits 'smart + org-clock-clocked-in-display 'mode-line org-confirm-babel-evaluate nil org-ellipsis " …" org-export-coding-system 'utf-8-unix @@ -1152,13 +1153,14 @@ if ripgrep is installed, otherwise `consult-grep'." org-src-tab-acts-natively t org-src-window-setup 'current-window org-startup-truncated nil - org-tags-column (- 0 fill-column -3) + org-tags-column 0 ; (- 0 fill-column -3) org-directory "~/org") (:bind "RET" acdw-org/return-dwim "" acdw-org/org-table-copy-down "M-SPC M-SPC" insert-zero-width-space - "C-c C-l" org-insert-link-dwim) + "C-c C-l" org-insert-link-dwim + "M-w" kill-ring-save-unfilled) (with-eval-after-load 'org-export (add-to-list 'org-export-filter-final-output-functions -- cgit 1.4.1-21-gabe81