summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-10-08 18:25:04 +0300
committerThanos Apollo <[email protected]>2024-10-08 18:25:30 +0300
commitead72e5f63a109fadaba64ff8b9ae6e9c204c450 (patch)
treee1c92a7bc7c3608c9467277bbf68b4f9245ed6b2 /.config
parentcaa5ba5e02587973dd2febd5fc2b518ad18f8ae5 (diff)
emacs: style.
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/init.el4
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))))))))