Move back to helm
This commit is contained in:
@ -10,7 +10,9 @@
|
|||||||
(setq org-directory (expand-file-name "~/org/")
|
(setq org-directory (expand-file-name "~/org/")
|
||||||
org-journal-dir "~/org/journal/"
|
org-journal-dir "~/org/journal/"
|
||||||
org-agenda-files (list org-directory)
|
org-agenda-files (list org-directory)
|
||||||
|
org-agenda-window-setup 'only-window
|
||||||
org-pretty-entities t
|
org-pretty-entities t
|
||||||
|
org-log-done 'time
|
||||||
org-contacts-files '("~/org/contacts.org")
|
org-contacts-files '("~/org/contacts.org")
|
||||||
; attempt to return todo function to spacemacs
|
; attempt to return todo function to spacemacs
|
||||||
evil-org-key-theme '(textobjects navigation additional insert todo)
|
evil-org-key-theme '(textobjects navigation additional insert todo)
|
||||||
|
|||||||
@ -80,7 +80,7 @@
|
|||||||
:desc "Find file in dotfiles" "t" #'+hlissner/find-in-dotfiles
|
:desc "Find file in dotfiles" "t" #'+hlissner/find-in-dotfiles
|
||||||
:desc "Browse dotfiles" "T" #'+hlissner/browse-dotfiles)
|
:desc "Browse dotfiles" "T" #'+hlissner/browse-dotfiles)
|
||||||
(:prefix "t"
|
(:prefix "t"
|
||||||
:desc "Switch themes" "t" #'counsel-load-theme)
|
:desc "Switch themes" "t" #'load-theme)
|
||||||
(:prefix "o"
|
(:prefix "o"
|
||||||
:desc "Elfeed feed reader" "f" #'elfeed)
|
:desc "Elfeed feed reader" "f" #'elfeed)
|
||||||
(:prefix "p"
|
(:prefix "p"
|
||||||
|
|||||||
@ -11,9 +11,9 @@
|
|||||||
workspaces ; tab emulation, persistence & separate workspaces
|
workspaces ; tab emulation, persistence & separate workspaces
|
||||||
|
|
||||||
:completion
|
: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
|
company ; the ultimate code completion backend
|
||||||
(helm +fuzzy)
|
;(helm +fuzzy)
|
||||||
;;ido ; the other *other* search engine...
|
;;ido ; the other *other* search engine...
|
||||||
|
|
||||||
:ui
|
:ui
|
||||||
|
|||||||
Reference in New Issue
Block a user