Configured the cookie1 package

Now it uses the ancient tagline database.
This commit is contained in:
Gergely Polonkai 2016-11-02 22:23:55 +01:00
parent 0cee2a7afd
commit 4c677c3679
2 changed files with 2676 additions and 0 deletions

2668
fortune-cookies.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@ -753,6 +753,14 @@
(setq auto-package-update-interval 7
auto-package-update-delete-old-versions t))
(use-package cookie1
:demand t
:config
(setq cookie-file (concat user-emacs-directory "fortune-cookies.txt"))
:bind
(:map gpolonkai/pers-map
("k" . cookie)))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")