diff options
author | Thanos Apollo <[email protected]> | 2024-10-08 18:25:04 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-10-08 18:25:30 +0300 |
commit | ead72e5f63a109fadaba64ff8b9ae6e9c204c450 (patch) | |
tree | e1c92a7bc7c3608c9467277bbf68b4f9245ed6b2 /.config/emacs/init.el | |
parent | caa5ba5e02587973dd2febd5fc2b518ad18f8ae5 (diff) |
emacs: style.
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r-- | .config/emacs/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 3ab5d84..5133715 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -106,7 +106,7 @@ disabled-command-function nil ;; Enable all commands url-privacy-level 'high) -(setq calendar-date-style 'european) +(setf calendar-date-style 'european) (defun thanos/add-custom-keywords () "Add custom warning keywords." @@ -1055,7 +1055,7 @@ By default, returns all jabber related buffers format." (get-buffer-process new-buffer) (lambda (process event) (when (memq (process-status process) '(exit signal)) - (sit-for 1) + (sit-for 0.3) (delete-window (get-buffer-window (process-buffer process))) (kill-buffer (process-buffer process)))))))) |