From 571dc27f4ff945cc5129d730a0dc9affd03de93d Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 4 Jun 2022 03:08:08 +0100 Subject: experimental debbdbification --- completion.org | 2 +- email.org | 2 +- org.org | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/completion.org b/completion.org index 20460f5..fe1a382 100644 --- a/completion.org +++ b/completion.org @@ -116,7 +116,7 @@ (use-package company :ensure t :custom ((company-backends '(company-capf - company-bbdb + ;; company-bbdb company-files company-dabbrev company-keywords)) diff --git a/email.org b/email.org index 7004730..a4592e2 100644 --- a/email.org +++ b/email.org @@ -271,7 +271,7 @@ (setq mm-text-html-renderer #'jao-shr-html-renderer) #+end_src * bbdb - #+begin_src emacs-lisp + #+begin_src emacs-lisp :tangle no (use-package bbdb :ensure t :init (setq bbdb-complete-name-allow-cycling t diff --git a/org.org b/org.org index fb76866..bcce3e1 100644 --- a/org.org +++ b/org.org @@ -26,7 +26,7 @@ '((gnus . (lambda (&optional x) (jao-open-gnus-frame))) (file . find-file-other-window)) org-log-done nil - org-modules '(bbdb bibtex info eww eshell git-link) + org-modules '(bibtex info eww eshell git-link) org-odd-levels-only t org-outline-path-complete-in-steps nil org-refile-allow-creating-parent-nodes 'confirm @@ -234,7 +234,7 @@ * Links #+begin_src emacs-lisp (require 'ol-eshell nil t) - (require 'ol-bbdb nil t) + ;; (require 'ol-bbdb nil t) (require 'ol-info nil t) (setq org-link-abbrev-alist '(("jao.io" "https://jao.io/"))) -- cgit v1.2.3