about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-07-22 21:16:23 -0500
committerCase Duckworth2021-07-22 21:17:14 -0500
commit2bc99f0e850a8fcb3d2ef120fb2802c597accb53 (patch)
tree0a95b5f347c19a740bd3ec12f4b81de063fa89bc /init.el
parentBetter configure ispell/hunspell (diff)
downloademacs-2bc99f0e850a8fcb3d2ef120fb2802c597accb53.tar.gz
emacs-2bc99f0e850a8fcb3d2ef120fb2802c597accb53.zip
Further configure org-mode
Especially `kill-ring-save-unfilled', though it doesn't quite work in a really
weird way.
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 4 insertions, 2 deletions
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'."
1131 (require 'acdw-org) ; so I don't clutter up init.el 1131 (require 'acdw-org) ; so I don't clutter up init.el
1132 (:option org-adapt-indentation nil 1132 (:option org-adapt-indentation nil
1133 org-catch-invisible-edits 'smart 1133 org-catch-invisible-edits 'smart
1134 org-clock-clocked-in-display 'mode-line
1134 org-confirm-babel-evaluate nil 1135 org-confirm-babel-evaluate nil
1135 org-ellipsis " …" 1136 org-ellipsis " …"
1136 org-export-coding-system 'utf-8-unix 1137 org-export-coding-system 'utf-8-unix
@@ -1152,13 +1153,14 @@ if ripgrep is installed, otherwise `consult-grep'."
1152 org-src-tab-acts-natively t 1153 org-src-tab-acts-natively t
1153 org-src-window-setup 'current-window 1154 org-src-window-setup 'current-window
1154 org-startup-truncated nil 1155 org-startup-truncated nil
1155 org-tags-column (- 0 fill-column -3) 1156 org-tags-column 0 ; (- 0 fill-column -3)
1156 org-directory "~/org") 1157 org-directory "~/org")
1157 1158
1158 (:bind "RET" acdw-org/return-dwim 1159 (:bind "RET" acdw-org/return-dwim
1159 "<S-return>" acdw-org/org-table-copy-down 1160 "<S-return>" acdw-org/org-table-copy-down
1160 "M-SPC M-SPC" insert-zero-width-space 1161 "M-SPC M-SPC" insert-zero-width-space
1161 "C-c C-l" org-insert-link-dwim) 1162 "C-c C-l" org-insert-link-dwim
1163 "M-w" kill-ring-save-unfilled)
1162 1164
1163 (with-eval-after-load 'org-export 1165 (with-eval-after-load 'org-export
1164 (add-to-list 'org-export-filter-final-output-functions 1166 (add-to-list 'org-export-filter-final-output-functions