diff --git a/emacs/.config/doom/+org.el b/emacs/.config/doom/+org.el index 6d95cb1..abcd516 100644 --- a/emacs/.config/doom/+org.el +++ b/emacs/.config/doom/+org.el @@ -10,7 +10,9 @@ (setq org-directory (expand-file-name "~/org/") org-journal-dir "~/org/journal/" org-agenda-files (list org-directory) + org-agenda-window-setup 'only-window org-pretty-entities t + org-log-done 'time org-contacts-files '("~/org/contacts.org") ; attempt to return todo function to spacemacs evil-org-key-theme '(textobjects navigation additional insert todo) diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index 3ab1f01..b24d711 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -80,7 +80,7 @@ :desc "Find file in dotfiles" "t" #'+hlissner/find-in-dotfiles :desc "Browse dotfiles" "T" #'+hlissner/browse-dotfiles) (:prefix "t" - :desc "Switch themes" "t" #'counsel-load-theme) + :desc "Switch themes" "t" #'load-theme) (:prefix "o" :desc "Elfeed feed reader" "f" #'elfeed) (:prefix "p" diff --git a/emacs/.config/doom/init.el b/emacs/.config/doom/init.el index 34acea0..3c1e0a4 100644 --- a/emacs/.config/doom/init.el +++ b/emacs/.config/doom/init.el @@ -11,9 +11,9 @@ workspaces ; tab emulation, persistence & separate workspaces :completion - ;;(ivy +fuzzy) ; a search engine for love and life + (ivy +fuzzy +childframe) ; a search engine for love and life company ; the ultimate code completion backend - (helm +fuzzy) + ;(helm +fuzzy) ;;ido ; the other *other* search engine... :ui