summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-06-04 03:08:08 +0100
committerjao <jao@gnu.org>2022-06-04 03:08:08 +0100
commit571dc27f4ff945cc5129d730a0dc9affd03de93d (patch)
tree0cf87614f33470c8f1646bcc3db634d8ccf2916a
parent944dac9722f3149c61a3124228c9489b45a3d10e (diff)
downloadelibs-571dc27f4ff945cc5129d730a0dc9affd03de93d.tar.gz
elibs-571dc27f4ff945cc5129d730a0dc9affd03de93d.tar.bz2
experimental debbdbification
-rw-r--r--completion.org2
-rw-r--r--email.org2
-rw-r--r--org.org4
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/")))