Move back to helm

This commit is contained in:
Colin Powell
2019-04-04 13:35:39 -04:00
parent a51c9e9d80
commit 57990d6fa7
3 changed files with 5 additions and 3 deletions

View File

@ -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)

View File

@ -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"

View File

@ -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