diff options
| author | Craig Jennings <c@cjennings.net> | 2025-07-25 16:48:46 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-07-25 16:48:46 -0500 |
| commit | 5518b9eba5f323ea792acf201ce16b97ceee97f2 (patch) | |
| tree | 5ab9ee8e484f15f6a8064adf544a15cea1805db7 | |
| parent | d341af7a4fbd771dc74a5e1023d5d4d834c52d02 (diff) | |
| download | dotemacs-5518b9eba5f323ea792acf201ce16b97ceee97f2.tar.gz dotemacs-5518b9eba5f323ea792acf201ce16b97ceee97f2.zip | |
don't remove whitespace in org mode
| -rw-r--r-- | modules/prog-general.el | 3 | ||||
| -rw-r--r-- | todo.org | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/modules/prog-general.el b/modules/prog-general.el index ee25c62b..74aec938 100644 --- a/modules/prog-general.el +++ b/modules/prog-general.el @@ -205,8 +205,7 @@ If none exists, it opens magit-status." :commands (ws-butler-mode) :init (add-hook 'prog-mode-hook #'ws-butler-mode) - (add-hook 'org-mode-hook #'ws-butler-mode) - (add-hook 'text-mode-hook #'ws-butler-mode) + ;; no org and text mode as org branches occasionally move up a line and become invalid :config (setq ws-butler-convert-leading-tabs-or-spaces t)) @@ -1,5 +1,6 @@ * Emacs Open Work -** TODO [#B] Mu4e Working with Proton and Gmail +** TODO [#A] Add Templates Back to Emacs Repository! +** TODO [#A] Add Org Capture Template for Vocabulary Words ** TODO [#B] Dirvish should open not showing hidden files by default *** 2025-06-07 Sat @ 12:25:28 -0500 It isn't omitting the h switch on directory listings No. Didn't help @@ -78,7 +79,6 @@ The file was created, but does not come to the front The category value seems unaligned ** TODO [#B] Emacs Eshell Doesn't Inherit Environment Variables ** TODO [#C] Emacs: Should adding tasks add it to Projects and Tasks in the inbox file? -** TODO Turn Off Remove Whitespace in Org Mode * Emacs Next Release/Label ** TODO Emacs Signal Client *** TODO investigate: net/signel.org · master · undefined · GitLab |
