Move back to helm
This commit is contained in:
@ -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)
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user