diff options
author | jao <jao@gnu.org> | 2022-06-04 03:08:08 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-06-04 03:08:08 +0100 |
commit | 571dc27f4ff945cc5129d730a0dc9affd03de93d (patch) | |
tree | 0cf87614f33470c8f1646bcc3db634d8ccf2916a | |
parent | 944dac9722f3149c61a3124228c9489b45a3d10e (diff) | |
download | elibs-571dc27f4ff945cc5129d730a0dc9affd03de93d.tar.gz elibs-571dc27f4ff945cc5129d730a0dc9affd03de93d.tar.bz2 |
experimental debbdbification
-rw-r--r-- | completion.org | 2 | ||||
-rw-r--r-- | email.org | 2 | ||||
-rw-r--r-- | 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)) @@ -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 @@ -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/"))) |