فهرست منبع

Move back to helm

Colin Powell 6 سال پیش
والد
کامیت
57990d6fa7
3فایلهای تغییر یافته به همراه5 افزوده شده و 3 حذف شده
  1. 2 0
      emacs/.config/doom/+org.el
  2. 1 1
      emacs/.config/doom/config.el
  3. 2 2
      emacs/.config/doom/init.el

+ 2 - 0
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)

+ 1 - 1
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"

+ 2 - 2
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