Skip to content

Commit

Permalink
use Emacs 26 naming conventions for org libraries (bbdb)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjuliano committed Mar 3, 2022
1 parent 3ab3cfe commit da0da2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion practical.org.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(require 'org)

;; Modules
(setq org-modules (append org-modules '(org-habit org-bbdb)))
(setq org-modules (append org-modules '(org-habit ol-bbdb)))

;; Directories and Files

Expand Down

0 comments on commit da0da2a

Please sign in to comment.