Configured the cookie1 package
Now it uses the ancient tagline database.
This commit is contained in:
parent
0cee2a7afd
commit
4c677c3679
2668
fortune-cookies.txt
Normal file
2668
fortune-cookies.txt
Normal file
File diff suppressed because it is too large
Load Diff
8
init.el
8
init.el
@ -753,6 +753,14 @@
|
|||||||
(setq auto-package-update-interval 7
|
(setq auto-package-update-interval 7
|
||||||
auto-package-update-delete-old-versions t))
|
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 my own functions
|
||||||
(load "gnu-c-header.el")
|
(load "gnu-c-header.el")
|
||||||
(load "toggle-window-split.el")
|
(load "toggle-window-split.el")
|
||||||
|
Loading…
Reference in New Issue
Block a user