dotfiles

andersuno dotfiles
git clone git://git.andersuno.nu/dotfiles.git
Log | Files | Refs | README

commit 23808cc0e433b6bd6278fcd9ebd8de1ee18b8391
parent ee0b26d51b8c106cde1947f098ca2c08f4762fd1
Author: andersuno <anders@desk.andersuno.nu>
Date:   Thu, 11 Aug 2022 21:08:48 +0200

Added keybind for elfeed

Diffstat:
M.doom.d/config.el | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.doom.d/config.el b/.doom.d/config.el @@ -79,6 +79,9 @@ ;;"~/.doom.d/splash/stallman.png" "~/.doom.d/splash/doom-emacs.png"))) +(map! :leader :prefix "o" + "e" #'elfeed) + (after! org (setq org-directory "~/NC/org/") (setq org-agenda-files "~/NC/org/agenda.org"))