dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit ebd1e134ba523def4aa40b026abb0e623503f1af
parent 31444a338db26de8111979698bd1d85c6a78a569
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun, 21 Apr 2024 19:53:30 +0200

emacs: misc settings

Diffstat:
Memacs/config.org | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -1596,7 +1596,8 @@ Install Org and require additional components that I use. ("C-M-<return>" . org-insert-todo-heading) ("C-c M-y" . org-yank-link-url) ("C-c N" . org-noter) - ("C-M-i" . completion-at-point)) + ("C-M-i" . completion-at-point) + ("C-c SPC" . org-table-blank-field)) :hook ((org-mode . abbrev-mode) (org-mode . za/echo-area-tooltips) (org-mode . org-superstar-mode) @@ -2195,7 +2196,7 @@ workarounds/tips). And when I reschedule, I want to know the reason. I can disable logging on state change for a specific task by adding ~:LOGGING: nil~ to the ~:PROPERTIES:~ drawer. #+begin_src emacs-lisp - (setq org-log-done 'note + (setq org-log-done 'time org-log-reschedule 'note) #+end_src @@ -3213,6 +3214,11 @@ Also, counsel doesn't provide some keybindings that I can get from helpful. (setq-local outline-regexp (rx (* blank))) (outline-minor-mode)))) #+end_src +** casual +#+begin_src emacs-lisp + (use-package casual + :bind (:map calc-mode-map ("C-o" . 'casual-main-menu))) +#+end_src * Override some faces #+begin_src emacs-lisp (with-eval-after-load 'org-faces