From 880517b4798e201c22e3d318c21b492fe676154b Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Tue, 20 Jun 2023 22:39:17 +1000 Subject: Some small fixes - bbdb: integration with gnus and message - disable tree-sitter for c-mode - my-buffer-quick-major-mode: switch rather than pop to buffer - rofi config: comment timeout and filebrowser due to issues with lower versions --- emacs/.emacs.d/init/ycp-gnus.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'emacs/.emacs.d/init/ycp-gnus.el') diff --git a/emacs/.emacs.d/init/ycp-gnus.el b/emacs/.emacs.d/init/ycp-gnus.el index 407d89b..c2b64d5 100644 --- a/emacs/.emacs.d/init/ycp-gnus.el +++ b/emacs/.emacs.d/init/ycp-gnus.el @@ -181,9 +181,11 @@ ;;; bbdb (my-package bbdb - (:delay 60) - (bbdb-initialize) + (:delay 5) + (bbdb-initialize 'gnus 'message) + (bbdb-mua-auto-update-init 'gnus 'message) (setq bbdb-mail-user-agent 'gnus-user-agent) + (setq bbdb-update-records-p 'create) (require 'my-bbdb) (my-keybind bbdb-mode-map "C-c C-c" #'my-bbdb-done) (setq bbdb-phone-style nil -- cgit v1.2.3